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

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