Skip to main content
webpack / optimize / AggressiveMergingPlugin

Class: AggressiveMergingPlugin

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

Constructors

Constructor

new AggressiveMergingPlugin(options?): AggressiveMergingPlugin
Defined in: webpack/types.d.ts:215

Parameters

options?
AggressiveMergingPluginOptions

Returns

AggressiveMergingPlugin

Properties

options

options: AggressiveMergingPluginOptions
Defined in: webpack/types.d.ts:216

Methods

apply()

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

Parameters

compiler
Compiler

Returns

void