On this page

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

Apply the plugin


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

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