Class: EnableLibraryPlugin
Defined in: webpack/types.d.ts:4717Constructors
Constructor
new EnableLibraryPlugin(Defined in: webpack/types.d.ts:4718type,options?):EnableLibraryPlugin
Parameters
type
string
options?
EnableLibraryPluginOptions
Returns
EnableLibraryPlugin
Properties
options
options: EnableLibraryPluginOptions
Defined in: webpack/types.d.ts:4720
type
type: string
Defined in: webpack/types.d.ts:4719
Methods
apply()
apply(Defined in: webpack/types.d.ts:4725 Apply the plugincompiler):void
Parameters
compiler
Compiler
Returns
void
checkEnabled()
Defined in: webpack/types.d.ts:4727staticcheckEnabled(compiler,type):void
Parameters
compiler
Compiler
type
string
Returns
void
setEnabled()
Defined in: webpack/types.d.ts:4726staticsetEnabled(compiler,type):void
Parameters
compiler
Compiler
type
string
Returns
void