v2.0.0
alexander-akait
released this
05 Sep 17:37
·
305 commits
to master
since this release
2.0.0 (2019-09-05)
⚠ BREAKING CHANGES
- minimum require Node.js version is
8.9.0
- the
extractComments
option istrue
by default - the
cache
option istrue
by default - the
parallel
option istrue
by default - using the
extractComments.condition
option withtrue
value extract onlysome
comments - the
sourceMap
option now defaults to depending on thedevtool
Webpack option
Bug Fixes
- do not run parallel mode when you have only one file (#134) (8b88b39)
- make
extractComments
API more consistent (#129) (37d2df0) - parallel on wsl (#138) (0537591)