Fix webpack production build on WSL
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
"sinon": "1.14.1",
|
"sinon": "1.14.1",
|
||||||
"sinon-chai": "2.7.0",
|
"sinon-chai": "2.7.0",
|
||||||
"stylus": "~0.54.5",
|
"stylus": "~0.54.5",
|
||||||
"terser-webpack-plugin": "^1.2.1",
|
"terser-webpack-plugin": "^1.2.2",
|
||||||
"webpack": "^4.28.1",
|
"webpack": "^4.28.1",
|
||||||
"webpack-cli": "^3.2.1",
|
"webpack-cli": "^3.2.1",
|
||||||
"webpack-manifest-plugin": "^2.0.4"
|
"webpack-manifest-plugin": "^2.0.4"
|
||||||
|
@@ -24,6 +24,7 @@ const baseConfig = {
|
|||||||
// preserve identifier names for easier debugging & support
|
// preserve identifier names for easier debugging & support
|
||||||
mangle: false,
|
mangle: false,
|
||||||
},
|
},
|
||||||
|
parallel: false,
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user