Skip to main content
webpack / DllReferencePlugin

Class: DllReferencePlugin

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

Constructors

Constructor

new DllReferencePlugin(options): DllReferencePlugin
Defined in: webpack/types.d.ts:4474

Parameters

options
DllReferencePluginOptions

Returns

DllReferencePlugin

Properties

options

options: DllReferencePluginOptions
Defined in: webpack/types.d.ts:4475

Methods

apply()

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

Parameters

compiler
Compiler

Returns

void