On this page

new LibManifestPlugin(options): LibManifestPlugin
Attributes

Creates an instance of LibManifestPlugin.

Attributes
apply(compiler): void
Attributes
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 of the exposed dll function (external name, use value of 'output.library').
Absolute path to the manifest json file (output).
Type of the dll bundle (external type, use value of 'output.libraryTarget').