On this page

new ConsumeSharedPlugin(options): void
  • options {ConsumeSharedPluginOptions}
  • Returns: {ConsumeSharedPlugin}
  • options {ConsumeSharedPluginOptions}
apply(compiler): void
Attributes
compiler:<Compiler>
Returns:
{void}

Apply the plugin


new ProvideSharedPlugin(options): void
  • options {ProvideSharedPluginOptions}
  • Returns: {ProvideSharedPlugin}
  • options {ProvideSharedPluginOptions}
apply(compiler): void
Attributes
compiler:<Compiler>
Returns:
{void}

Apply the plugin


new SharePlugin(options): void
  • options {SharePluginOptions}
  • Returns: {SharePlugin}
apply(compiler): void
Attributes
compiler:<Compiler>
Returns:
{void}

Apply the plugin


const scope: {object}

Attributes
scope:<string>
options:
{ContainerOptionsFormat }
Returns:
{Record<string, string|string[]|T>}