brunch / terser-brunch

A javascript minifier for brunch files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supporting uglify-es?

lunanigra opened this issue · comments

commented

Hello,

What about supporting ES6, e.g. including uglify-es?

This would help using other libs that require ES6, e.g. @yaga/leaflet-ng2.

Thanks, JC

Also had a problem here.

This lib cannot process string with ${arguments}

@shvaikalesh any help needed before #41 can be merged?

Any updates on this?

For anyone who wants to use the updated branch, update your package.json with this:

"devDependencies": {
....
    "uglify-js-brunch": "git+ssh://git@github.com:brunch/uglify-js-brunch.git#update-uglifyjs"
....

Then npm install