On this page

new ModuleFederationPlugin(options): void
  • options {ModuleFederationPluginOptions}
apply(compiler): void
Attributes
compiler:<Compiler>
the compiler instance
Returns:
{void}

Apply the plugin


Attributes
compilation:<Compilation>
The compilation instance.
Returns:
{CompilationHooksModuleFederationPlugin} The hooks for the compilation.

Get the compilation hooks associated with this plugin.