An open API service indexing awesome lists of open source software.

https://github.com/ifyoumakeit/babel-uglify-bug


https://github.com/ifyoumakeit/babel-uglify-bug

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Babel => Uglify bug

Seems like uglify's rules are slightly confusing for the javascript API.

* To reproduce...
* Run `yarn start` (--debug) for code outputs

Via CLI it is fine

* `yarn babel code.js` - No fat arrows
* `yarn uglifyjs code.js` - No fat arrows