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): false | undefinedAttributes
resolveData:
<BeforeContextResolveData>
|
<ResolveData>Returns:
<false>
|
<undefined>Note that if "contextRegExp" is given, both the "resourceRegExp" and "contextRegExp" have to match.
Attributes
Attributes
checkResource:
<Function>A filter function for resource and context.