Skip to main content
webpack / ContextExclusionPlugin

Class: ContextExclusionPlugin

Defined in: webpack/types.d.ts:3603

Constructors

Constructor

new ContextExclusionPlugin(negativeMatcher): ContextExclusionPlugin
Defined in: webpack/types.d.ts:3604

Parameters

negativeMatcher
RegExp

Returns

ContextExclusionPlugin

Properties

negativeMatcher

negativeMatcher: RegExp
Defined in: webpack/types.d.ts:3605

Methods

apply()

apply(compiler): void
Defined in: webpack/types.d.ts:3610 Apply the plugin

Parameters

compiler
Compiler

Returns

void