On this page

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

Apply the plugin


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