Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 23:48
· 89 commits to master since this release
b7eb3f0

Breaking Changes

  • Drop Node 8, requires Node 10.13+ [#151]
  • feat: drop uglify-js [#149]
    • Completely replaced by terser, previously both uglify-js and terser are included
    • es6 option is also dropped
    • User shouldn't notice any difference as terser supports similar options and supports es6 & older syntax
      • uglify-js doesn't support newer es6 syntax