new EnableLibraryPlugin(type, options?): EnableLibraryPlugin
Attributes
type:
stringlibrary type that should be available
options:
EnableLibraryPluginOptionsoptions of EnableLibraryPlugin
Returns:
EnableLibraryPluginCreates an instance of EnableLibraryPlugin.
Attributes
options:
EnableLibraryPluginOptionstype:
stringapply(compiler): void
Attributes
Applies the plugin by registering its hooks on the compiler.
Attributes
Checks enabled.
Attributes
Updates enabled using the provided compiler.
Returns enabled types.
Attributes
additionalApply:
() => voidfunction that runs when applying the current plugin.