Class: ContextExclusionPlugin
Defined in: webpack/types.d.ts:3603Constructors
Constructor
new ContextExclusionPlugin(Defined in: webpack/types.d.ts:3604negativeMatcher):ContextExclusionPlugin
Parameters
negativeMatcher
RegExp
Returns
ContextExclusionPlugin
Properties
negativeMatcher
negativeMatcher: RegExp
Defined in: webpack/types.d.ts:3605
Methods
apply()
apply(Defined in: webpack/types.d.ts:3610 Apply the plugincompiler):void
Parameters
compiler
Compiler
Returns
void