Skip to main content
webpack / sharing / ProvideSharedPlugin

Class: ProvideSharedPlugin

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

Constructors

Constructor

new ProvideSharedPlugin(options): ProvideSharedPlugin
Defined in: webpack/types.d.ts:14362

Parameters

options
ProvideSharedPluginOptions

Returns

ProvideSharedPlugin

Properties

options

options: ProvideSharedPluginOptions
Defined in: webpack/types.d.ts:14363

Methods

apply()

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

Parameters

compiler
Compiler

Returns

void