Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Recommending alternatives to Uglify in the README #190

Closed
verekia opened this issue Mar 6, 2017 · 2 comments
Closed

Recommending alternatives to Uglify in the README #190

verekia opened this issue Mar 6, 2017 · 2 comments

Comments

@verekia
Copy link

verekia commented Mar 6, 2017

I think it would be helpful to recommend ES6-aware minifiers as an alternative to Uglify. Otherwise all the smart optimizations done by babel-preset-env are lost, since at the end of the day, we do have to minify production code.

Seems like Babili is the only option?

In the case of Webpack, would you recommend https://www.npmjs.com/package/babili-webpack-plugin for instance?

@hzoo
Copy link
Member

hzoo commented Mar 6, 2017

Yep, babel-preset-env means we would recommend using Babili and that it's vital to this workflow

@hzoo
Copy link
Member

hzoo commented Mar 9, 2017

Done in #188

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants