Class: ProvidePlugin
Defined in: webpack/types.d.ts:14352Constructors
Constructor
new ProvidePlugin(Defined in: webpack/types.d.ts:14353definitions):ProvidePlugin
Parameters
definitions
Record<string, string | string[]>
Returns
ProvidePlugin
Properties
definitions
definitions:Defined in: webpack/types.d.ts:14354Record<string,string|string[]>
Methods
apply()
apply(Defined in: webpack/types.d.ts:14359 Apply the plugincompiler):void
Parameters
compiler
Compiler
Returns
void