Class: ProvideSharedPlugin
Defined in: webpack/types.d.ts:14361Constructors
Constructor
new ProvideSharedPlugin(Defined in: webpack/types.d.ts:14362options):ProvideSharedPlugin
Parameters
options
ProvideSharedPluginOptions
Returns
ProvideSharedPlugin
Properties
options
options: ProvideSharedPluginOptions
Defined in: webpack/types.d.ts:14363
Methods
apply()
apply(Defined in: webpack/types.d.ts:14368 Apply the plugincompiler):void
Parameters
compiler
Compiler
Returns
void