new DllPlugin(options): DllPluginAttributes
options:
<DllPluginOptions>Returns:
<DllPlugin>Creates an instance of DllPlugin.
Attributes
options:
<DllPluginOptions>apply(compiler): voidAttributes
compiler:
<Compiler>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').