On this page

new LimitChunkCountPlugin(options?): LimitChunkCountPlugin
Attributes

Creates an instance of LimitChunkCountPlugin.

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

Applies the plugin by registering its hooks on the compiler.

Attributes
chunkOverhead:number
Constant overhead for a chunk.
entryChunkMultiplicator:number
Multiplicator for initial chunks.
maxChunks:number
Limit the maximum number of chunks using a value greater than or equal to 1.