On this page

new IgnorePlugin(options): void

Creates an instance of IgnorePlugin.

  • options {IgnorePluginOptions}
apply(compiler): void
Attributes
compiler:<Compiler>
Returns:
{void}

Applies the plugin by registering its hooks on the compiler.


checkIgnore(resolveData): undefined
Attributes
resolveData:<ResolveData>
Returns:<undefined>

Note that if "contextRegExp" is given, both the "resourceRegExp" and "contextRegExp" have to match.