lasso-js / lasso-minify-js

Minify JavaScript files using uglify-js
1 stars 3 forks source link

Possible to move to uglify-es? #4

Open roja opened 6 years ago

roja commented 6 years ago

ES6+ requirement.

The markojs starter fails to minify in production mode due to the use of () => syntax. Seems to make sense to upgrade to the version of uglify which supports the syntax used in other ebay frontend projects.

charlesread commented 5 years ago

Any update on this? It's a severe limitation.