Skip to main content
webpack / WebpackPluginInstance

Interface: WebpackPluginInstance

Defined in: webpack/types.d.ts:19442 Plugin instance.

Indexable

[index: string]: any

Properties

apply()

apply: (compiler) => void
Defined in: webpack/types.d.ts:19448 The run point of the plugin, required method.

Parameters

compiler
Compiler

Returns

void