new EnableChunkLoadingPlugin(type): EnableChunkLoadingPluginAttributes
type:
<string>library type that should be available
Returns:
{EnableChunkLoadingPlugin}
Attributes
type:
<string>webpack.javascript.EnableChunkLoadingPlugin.apply(compiler): voidcompiler{Compiler} the compiler instance- Returns: {void}
Apply the plugin
webpack.javascript.EnableChunkLoadingPlugin.checkEnabled(compiler, type): voidcompiler{Compiler} the compiler instancetype<string>type of library- Returns: {void}
webpack.javascript.EnableChunkLoadingPlugin.setEnabled(compiler, type): voidcompiler{Compiler} the compiler instancetype<string>type of library- Returns: {void}