updated npm modules
This commit is contained in:
7
node_modules/webpack/lib/LibraryTemplatePlugin.js
generated
vendored
7
node_modules/webpack/lib/LibraryTemplatePlugin.js
generated
vendored
@@ -169,6 +169,13 @@ class LibraryTemplatePlugin {
|
||||
new JsonpExportMainTemplatePlugin(this.name).apply(compilation);
|
||||
break;
|
||||
}
|
||||
case "system": {
|
||||
const SystemMainTemplatePlugin = require("./SystemMainTemplatePlugin");
|
||||
new SystemMainTemplatePlugin({
|
||||
name: this.name
|
||||
}).apply(compilation);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
throw new Error(`${this.target} is not a valid Library target`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user