Skip to main content
webpack / WebpackOptionsApply

Class: WebpackOptionsApply

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

Extends

  • OptionsApply

Constructors

Constructor

new WebpackOptionsApply(): WebpackOptionsApply
Defined in: webpack/types.d.ts:19132

Returns

WebpackOptionsApply

Overrides

OptionsApply.constructor

Methods

process()

process(options, compiler, interception?): WebpackOptionsNormalizedWithDefaults
Defined in: webpack/types.d.ts:13225

Parameters

options
WebpackOptionsNormalizedWithDefaults
compiler
Compiler
interception?
WebpackOptionsInterception

Returns

WebpackOptionsNormalizedWithDefaults

Inherited from

OptionsApply.process