Skip to main content
webpack / WatchIgnorePlugin

Class: WatchIgnorePlugin

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

Constructors

Constructor

new WatchIgnorePlugin(options): WatchIgnorePlugin
Defined in: webpack/types.d.ts:18840

Parameters

options
WatchIgnorePluginOptions

Returns

WatchIgnorePlugin

Properties

options

options: WatchIgnorePluginOptions
Defined in: webpack/types.d.ts:18841

Methods

apply()

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

Parameters

compiler
Compiler

Returns

void