On this page

These types are not exported by webpack, but they are available to TypeScript consumers.

Plugin instance.

  • [index: {string}] <any>
  • apply (compiler: <Compiler>) => <void> The run point of the plugin, required method.

Attributes
compiler:<Compiler>
Returns:<void>