Class: IgnorePlugin
Defined in: webpack/types.d.ts:6844Constructors
Constructor
new IgnorePlugin(Defined in: webpack/types.d.ts:6845options):IgnorePlugin
Parameters
options
IgnorePluginOptions
Returns
IgnorePlugin
Properties
options
options: IgnorePluginOptions
Defined in: webpack/types.d.ts:6846
Methods
apply()
apply(Defined in: webpack/types.d.ts:6858 Apply the plugincompiler):void
Parameters
compiler
Compiler
Returns
void
checkIgnore()
checkIgnore(Defined in: webpack/types.d.ts:6851 Note that if “contextRegExp” is given, both the “resourceRegExp” and “contextRegExp” have to match.resolveData):false
Parameters
resolveData
BeforeContextResolveData | ResolveData
Returns
false