UNPKG

@rspack/core

Version:

The fast Rust-based web bundler with webpack-compatible API

11 lines (10 loc) 823 B
import { BuiltinPluginName } from "@rspack/binding"; export declare const ModuleFederationRuntimePlugin: { new (): { name: BuiltinPluginName; _args: []; affectedHooks: "done" | "environment" | "make" | "compile" | "emit" | "afterEmit" | "invalid" | "thisCompilation" | "afterDone" | "compilation" | "normalModuleFactory" | "contextModuleFactory" | "initialize" | "shouldEmit" | "infrastructureLog" | "beforeRun" | "run" | "assetEmitted" | "failed" | "shutdown" | "watchRun" | "watchClose" | "afterEnvironment" | "afterPlugins" | "afterResolvers" | "beforeCompile" | "afterCompile" | "finishMake" | "entryOption" | "additionalPass" | undefined; raw(compiler: import("..").Compiler): import("@rspack/binding").BuiltinPlugin; apply(compiler: import("..").Compiler): void; }; };