webpack-contrib / uglifyjs-webpack-plugin

[deprecated] UglifyJS Plugin
MIT License
1.38k stars 179 forks source link

fix: disable parallel on WSL #403

Closed alexander-akait closed 5 years ago

alexander-akait commented 5 years ago

This PR contains a:

Motivation / Use-Case

Disable parallel on WSL

Breaking Changes

No

Additional Info

We should migrate on jest-worker in future

codecov[bot] commented 5 years ago

Codecov Report

Merging #403 into master will decrease coverage by 0.34%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #403      +/-   ##
==========================================
- Coverage   98.57%   98.23%   -0.35%     
==========================================
  Files           5        5              
  Lines         281      283       +2     
  Branches      110      113       +3     
==========================================
+ Hits          277      278       +1     
- Misses          4        5       +1
Impacted Files Coverage Δ
src/TaskRunner.js 95.91% <80%> (-1.96%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 51ee60e...2d786ee. Read the comment docs.