new IgnorePlugin(options): voidoptions{IgnorePluginOptions}- Returns:
<IgnorePlugin>
Creates an instance of IgnorePlugin.
options{IgnorePluginOptions}
apply(compiler): voidAttributes
compiler:
<Compiler>Returns:
{void}
Applies the plugin by registering its hooks on the compiler.
checkIgnore(resolveData): undefinedAttributes
resolveData:
<ResolveData>Returns:
<undefined>Note that if "contextRegExp" is given, both the "resourceRegExp" and "contextRegExp" have to match.