new EnableLibraryPlugin(type, options?): EnableLibraryPluginAttributes
type:
<string>library type that should be available
options:
{EnableLibraryPluginOptions} options of EnableLibraryPlugin
Returns:
{EnableLibraryPlugin}
options{EnableLibraryPluginOptions}type<string>
webpack.library.EnableLibraryPlugin.apply(compiler): voidcompiler{Compiler} the compiler instance- Returns: {void}
Apply the plugin
webpack.library.EnableLibraryPlugin.checkEnabled(compiler, type): voidcompiler{Compiler} the compiler instancetype<string>type of library- Returns: {void}
webpack.library.EnableLibraryPlugin.setEnabled(compiler, type): voidcompiler{Compiler} the compiler instancetype<string>type of library- Returns: {void}