On this page

new EnableLibraryPlugin(type, options?): EnableLibraryPlugin
Attributes
options:
{EnableLibraryPluginOptions}

Creates an instance of EnableLibraryPlugin.

  • options {EnableLibraryPluginOptions}
  • type <string>
apply(compiler): void
Attributes
compiler:<Compiler>
Returns:
{void}

Applies the plugin by registering its hooks on the compiler.


Attributes
compiler:<Compiler>
Returns:
{void}

Checks enabled.


Attributes
compiler:<Compiler>
Returns:
{void}

Updates enabled using the provided compiler.