This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
v2.0.0
2.0.0 (2018-09-14)
Bug Fixes
- default extract comment condition is case insensitivity
Features
- full coverage schema options validation
- enable inline optimization by default
BREAKING CHANGES
- Switch back to uglify-js (
uglify-es
is abandoned, if you need uglify ES6 code please use terser-webpack-plugin). - Changed function signature for
warningsFilter
option (now first argument iswarning
, second issource
). - Enforces
peerDependencies
of"webpack": "^4.3.0
. - Enforces
engines
of"node": ">= 6.9.0 <7.0.0 || >= 8.9.0