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