new AggressiveSplittingPlugin(options?): voidoptions{AggressiveSplittingPluginOptions} options object- Returns:
<AggressiveSplittingPlugin>
options{AggressiveSplittingPluginOptions}
webpack.optimize.AggressiveSplittingPlugin.apply(compiler): voidAttributes
compiler:
<Compiler>the compiler instance
Returns:
{void}
Apply the plugin
webpack.optimize.AggressiveSplittingPlugin.wasChunkRecorded(chunk): booleanAttributes
chunk:
<Chunk>the chunk to test
Returns:
<boolean>true if the chunk was recorded