new WatchIgnorePlugin(options): WatchIgnorePluginAttributes
options:
<WatchIgnorePluginOptions>options
Returns:
<WatchIgnorePlugin>Creates an instance of WatchIgnorePlugin.
Attributes
options:
<WatchIgnorePluginOptions>apply(compiler): voidAttributes
compiler:
<Compiler>the compiler instance
Returns:
<void>Applies the plugin by registering its hooks on the compiler.
Attributes