Completely updated React, fixed #11, (hopefully)
This commit is contained in:
1
goTorrentWebUI/node_modules/webpack/lib/WebpackOptionsDefaulter.js
generated
vendored
1
goTorrentWebUI/node_modules/webpack/lib/WebpackOptionsDefaulter.js
generated
vendored
@@ -61,6 +61,7 @@ class WebpackOptionsDefaulter extends OptionsDefaulter {
|
||||
this.set("output.hotUpdateChunkFilename", "[id].[hash].hot-update.js");
|
||||
this.set("output.hotUpdateMainFilename", "[hash].hot-update.json");
|
||||
this.set("output.crossOriginLoading", false);
|
||||
this.set("output.jsonpScriptType", "text/javascript");
|
||||
this.set("output.chunkLoadTimeout", 120000);
|
||||
this.set("output.hashFunction", "md5");
|
||||
this.set("output.hashDigest", "hex");
|
||||
|
Reference in New Issue
Block a user