new DllReferencePlugin(options): DllReferencePlugin<DllReferencePluginOptions><DllReferencePlugin>Creates an instance of DllReferencePlugin.
<DllReferencePluginOptions>apply(compiler): void<Compiler><void>Applies the plugin by registering its hooks on the compiler.
{{ context?: string; extensions?: string[]; manifest: string | DllReferencePluginOptionsManifest; name?: string; scope?: string; sourceType?: "var" | "assign" | "this" | "window" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "amd" | "amd-require" | "umd" | "umd2" | "jsonp" | "system"; type?: "object" | "require" }}
<string><string><string>
|
<DllReferencePluginOptionsManifest><string><string><"var">
|
<"assign">
|
<"this">
|
<"window">
|
<"global">
|
<"commonjs">
|
<"commonjs2">
|
<"commonjs-module">
|
<"amd">
|
<"amd-require">
|
<"umd">
|
<"umd2">
|
<"jsonp">
|
<"system">
How the dll is exposed (libraryTarget, defaults to manifest.type).<"object">
|
<"require">
The way how the export of the dll bundle is used.{{ content: DllReferencePluginOptionsContent; context?: string; extensions?: string[]; name: string; scope?: string; sourceType?: "var" | "assign" | "this" | "window" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "amd" | "amd-require" | "umd" | "umd2" | "jsonp" | "system"; type?: "object" | "require" }}
<string><string><string><string><"var">
|
<"assign">
|
<"this">
|
<"window">
|
<"global">
|
<"commonjs">
|
<"commonjs2">
|
<"commonjs-module">
|
<"amd">
|
<"amd-require">
|
<"umd">
|
<"umd2">
|
<"jsonp">
|
<"system">
How the dll is exposed (libraryTarget).<"object">
|
<"require">
The way how the export of the dll bundle is used.An object containing content, name and type.
<string><"global">
|
<"this">
|
<"var">
|
<"commonjs">
|
<"jsonp">
|
<"assign">
|
<"window">
|
<"commonjs2">
|
<"commonjs-module">
|
<"amd">
|
<"amd-require">
|
<"umd">
|
<"umd2">
|
<"system">
The type how the dll is exposed (external type).