new DllReferencePlugin(options): DllReferencePluginDllReferencePluginOptionsDllReferencePluginCreates an instance of DllReferencePlugin.
DllReferencePluginOptionsapply(compiler): voidApplies 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" } | { 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" }{ 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" }
stringstring[]string | DllReferencePluginOptionsManifeststringstring"var" | "assign" | "this" | "window" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "amd" | "amd-require" | "umd" | "umd2" | "jsonp" | "system""object" | "require"{ 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" }
DllReferencePluginOptionsContentstringstring[]stringstring"var" | "assign" | "this" | "window" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "amd" | "amd-require" | "umd" | "umd2" | "jsonp" | "system""object" | "require"An object containing content, name and type.
DllReferencePluginOptionsContentstring"global" | "this" | "var" | "commonjs" | "jsonp" | "assign" | "window" | "commonjs2" | "commonjs-module" | "amd" | "amd-require" | "umd" | "umd2" | "system"