File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 9
9
'use strict' ;
10
10
11
11
const fs = require ( 'fs' ) ;
12
- const isWsl = require ( 'is-wsl' ) ;
13
12
const path = require ( 'path' ) ;
14
13
const webpack = require ( 'webpack' ) ;
15
14
const resolve = require ( 'resolve' ) ;
@@ -255,9 +254,7 @@ module.exports = function(webpackEnv) {
255
254
} ,
256
255
// Use multi-process parallel running to improve the build speed
257
256
// Default number of concurrent runs: os.cpus().length - 1
258
- // Disabled on WSL (Windows Subsystem for Linux) due to an issue with Terser
259
- // https://github.com/webpack-contrib/terser-webpack-plugin/issues/21
260
- parallel : ! isWsl ,
257
+ parallel : true ,
261
258
// Enable file caching
262
259
cache : true ,
263
260
sourceMap : shouldUseSourceMap ,
Original file line number Diff line number Diff line change 54
54
"fs-extra" : " 7.0.1" ,
55
55
"html-webpack-plugin" : " 4.0.0-beta.5" ,
56
56
"identity-obj-proxy" : " 3.0.0" ,
57
- "is-wsl" : " ^1.1.0" ,
58
57
"jest" : " 24.9.0" ,
59
58
"jest-environment-jsdom-fourteen" : " 0.1.0" ,
60
59
"jest-resolve" : " 24.9.0" ,
74
73
"sass-loader" : " 7.2.0" ,
75
74
"semver" : " 6.3.0" ,
76
75
"style-loader" : " 1.0.0" ,
77
- "terser-webpack-plugin" : " 1.4.1 " ,
76
+ "terser-webpack-plugin" : " 2.1.3 " ,
78
77
"ts-pnp" : " 1.1.4" ,
79
78
"url-loader" : " 2.1.0" ,
80
79
"webpack" : " 4.41.0" ,
You can’t perform that action at this time.
0 commit comments