On this page

new DllPlugin(options): DllPlugin
Attributes
options object
Returns:DllPlugin

Creates an instance of DllPlugin.

Attributes
apply(compiler): void
Attributes
compiler:Compiler
the compiler instance
Returns:void

Applies the plugin by registering its hooks on the compiler.

Attributes
context:string
Context of requests in the manifest file (defaults to the webpack context).
entryOnly:boolean
If true, only entry points will be exposed (default: true).
format:boolean
If true, manifest json file (output) will be formatted.
name:string
Name of the exposed dll function (external name, use value of 'output.library').
path:string
Absolute path to the manifest json file (output).
type:string
Type of the dll bundle (external type, use value of 'output.libraryTarget').