Class: DllReferencePlugin
Defined in: webpack/types.d.ts:4473Constructors
Constructor
new DllReferencePlugin(Defined in: webpack/types.d.ts:4474options):DllReferencePlugin
Parameters
options
DllReferencePluginOptions
Returns
DllReferencePlugin
Properties
options
options: DllReferencePluginOptions
Defined in: webpack/types.d.ts:4475
Methods
apply()
apply(Defined in: webpack/types.d.ts:4480 Apply the plugincompiler):void
Parameters
compiler
Compiler
Returns
void