You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2018. It is now read-only.
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.
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?
The text was updated successfully, but these errors were encountered: