Class: EnableChunkLoadingPlugin
Defined in: webpack/types.d.ts:4706Constructors
Constructor
new EnableChunkLoadingPlugin(Defined in: webpack/types.d.ts:4707type):EnableChunkLoadingPlugin
Parameters
type
string
Returns
EnableChunkLoadingPlugin
Properties
type
type: string
Defined in: webpack/types.d.ts:4708
Methods
apply()
apply(Defined in: webpack/types.d.ts:4713 Apply the plugincompiler):void
Parameters
compiler
Compiler
Returns
void
checkEnabled()
Defined in: webpack/types.d.ts:4715staticcheckEnabled(compiler,type):void
Parameters
compiler
Compiler
type
string
Returns
void
setEnabled()
Defined in: webpack/types.d.ts:4714staticsetEnabled(compiler,type):void
Parameters
compiler
Compiler
type
string
Returns
void