On this page

new AggressiveSplittingPlugin(options?): void
  • options {AggressiveSplittingPluginOptions} options object
  • Returns: {AggressiveSplittingPlugin}
  • options {AggressiveSplittingPluginOptions}
webpack.optimize.AggressiveSplittingPlugin.apply(compiler): void
  • compiler {Compiler} the compiler instance
  • Returns: {void}

Apply the plugin


webpack.optimize.AggressiveSplittingPlugin.wasChunkRecorded(chunk): void
  • chunk {Chunk} the chunk to test
  • Returns: <boolean> true if the chunk was recorded