On this page

new EnableChunkLoadingPlugin(type): EnableChunkLoadingPlugin
Attributes
library type that should be available
Attributes
webpack.javascript.EnableChunkLoadingPlugin.apply(compiler): void
Attributes
compiler:<Compiler>
the compiler instance
Returns:
{void}

Apply the plugin


webpack.javascript.EnableChunkLoadingPlugin.checkEnabled(compiler, type): void
Attributes
compiler:<Compiler>
the compiler instance
type of library
Returns:
{void}

webpack.javascript.EnableChunkLoadingPlugin.setEnabled(compiler, type): void
Attributes
compiler:<Compiler>
the compiler instance
type of library
Returns:
{void}