On this page

new IgnorePlugin(options): IgnorePlugin
Attributes
IgnorePlugin options
Attributes
apply(compiler): void
Attributes
compiler:<Compiler>
the compiler instance
Returns:
{void}

Apply the plugin


checkIgnore(resolveData): undefined
Attributes
resolveData:<ResolveData>
resolve data
Returns:<undefined>
returns false when the request should be ignored, otherwise undefined

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