new IgnorePlugin(options): IgnorePluginAttributes
options:
<IgnorePluginOptions>Returns:
<IgnorePlugin>Creates an instance of IgnorePlugin.
Attributes
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.