On this page

new AggressiveSplittingPlugin(options?): AggressiveSplittingPlugin
Attributes

Creates an instance of AggressiveSplittingPlugin.

Attributes
apply(compiler): void
Attributes
compiler:Compiler
the compiler instance
Returns:void

Applies the plugin by registering its hooks on the compiler.


Attributes
chunk:Chunk
the chunk to test
Returns:boolean
true if the chunk was recorded

Was chunk recorded.

Attributes
chunkOverhead:number
Extra cost for each chunk (Default: 9.8kiB).
entryChunkMultiplicator:number
Extra cost multiplicator for entry chunks (Default: 10).
maxSize:number
Byte, max size of per file (Default: 50kiB).
minSize:number
Byte, split point. (Default: 30kiB).