Fix webpack production build on WSL

This commit is contained in:
wxa
2019-02-05 15:50:05 +03:00
parent f3ab0120ec
commit b6e89827e2
2 changed files with 2 additions and 1 deletions

View File

@@ -86,7 +86,7 @@
"sinon": "1.14.1",
"sinon-chai": "2.7.0",
"stylus": "~0.54.5",
"terser-webpack-plugin": "^1.2.1",
"terser-webpack-plugin": "^1.2.2",
"webpack": "^4.28.1",
"webpack-cli": "^3.2.1",
"webpack-manifest-plugin": "^2.0.4"

View File

@@ -24,6 +24,7 @@ const baseConfig = {
// preserve identifier names for easier debugging & support
mangle: false,
},
parallel: false,
}),
],
},