new EnableLibraryPlugin(type, options?): EnableLibraryPluginAttributes
type:
stringlibrary type that should be available
options:
EnableLibraryPluginOptionsoptions of EnableLibraryPlugin
Returns:
EnableLibraryPluginCreates an instance of EnableLibraryPlugin.
Attributes
options:
EnableLibraryPluginOptionstype:
stringapply(compiler): voidAttributes
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.