On this page

new WatchIgnorePlugin(options): WatchIgnorePlugin
Attributes

Creates an instance of WatchIgnorePlugin.

Attributes
apply(compiler): void
Attributes
compiler:Compiler
the compiler instance
Returns:void

Applies the plugin by registering its hooks on the compiler.

Attributes
paths:(string | RegExp)[]
A list of RegExps or absolute paths to directories or files that should be ignored.