new EnableLibraryPlugin(type, options?): EnableLibraryPluginAttributes
type:
<string>options:
{EnableLibraryPluginOptions}
Returns:
<EnableLibraryPlugin>Creates an instance of EnableLibraryPlugin.
options{EnableLibraryPluginOptions}type<string>
apply(compiler): voidAttributes
compiler:
<Compiler>Returns:
{void}
Applies the plugin by registering its hooks on the compiler.
Attributes
compiler:
<Compiler>type:
<string>Returns:
{void}
Checks enabled.
Attributes
compiler:
<Compiler>type:
<string>Returns:
{void}
Updates enabled using the provided compiler.