Open petergoes opened 8 years ago
Since ES2015 can't be minified, do we completely stop parsing? Or should other parsers continue?
I found uglify-js-harmony. This solved the issue I had. I have no experiance with it. Thoughts about it?
uglify-js-harmony
Suggestion: (conditionally) add babel first?
Babili, a es6 aware minifier by babel, might be an option? Still in beta though
Since ES2015 can't be minified, do we completely stop parsing? Or should other parsers continue?