Skip to main content
webpack / optimize / SplitChunksPlugin

Class: SplitChunksPlugin

Defined in: webpack/types.d.ts:17663

Constructors

Constructor

new SplitChunksPlugin(options?): SplitChunksPlugin
Defined in: webpack/types.d.ts:17664

Parameters

options?
OptimizationSplitChunksOptions

Returns

SplitChunksPlugin

Properties

options

options: SplitChunksOptions
Defined in: webpack/types.d.ts:17665

Methods

apply()

apply(compiler): void
Defined in: webpack/types.d.ts:17670 Apply the plugin

Parameters

compiler
Compiler

Returns

void