Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@alexander-akait alexander-akait released this 14 Sep 16:03
· 26 commits to master since this release
266bb1c

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 is warning, second is source).
  • Enforces peerDependencies of "webpack": "^4.3.0.
  • Enforces engines of "node": ">= 6.9.0 <7.0.0 || >= 8.9.0