new DllPlugin(options): DllPluginAttributes
options:
DllPluginOptionsoptions object
Returns:
DllPluginCreates an instance of DllPlugin.
Attributes
options:
DllPluginOptionsapply(compiler): voidAttributes
Applies the plugin by registering its hooks on the compiler.
Attributes
context:
stringContext of requests in the manifest file (defaults to the webpack context).
entryOnly:
booleanIf true, only entry points will be exposed (default: true).
format:
booleanIf true, manifest json file (output) will be formatted.
name:
stringName of the exposed dll function (external name, use value of 'output.library').
path:
stringAbsolute path to the manifest json file (output).
type:
stringType of the dll bundle (external type, use value of 'output.libraryTarget').