Class: WebpackOptionsApply
Defined in: webpack/types.d.ts:19131Extends
OptionsApply
Constructors
Constructor
new WebpackOptionsApply(): WebpackOptionsApply
Defined in: webpack/types.d.ts:19132
Returns
WebpackOptionsApply
Overrides
OptionsApply.constructor
Methods
process()
process(Defined in: webpack/types.d.ts:13225options,compiler,interception?):WebpackOptionsNormalizedWithDefaults
Parameters
options
WebpackOptionsNormalizedWithDefaults
compiler
Compiler
interception?
WebpackOptionsInterception
Returns
WebpackOptionsNormalizedWithDefaults
Inherited from
OptionsApply.process