https://github.com/ifyoumakeit/babel-uglify-bug
https://github.com/ifyoumakeit/babel-uglify-bug
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ifyoumakeit/babel-uglify-bug
- Owner: ifyoumakeit
- Created: 2018-04-17T12:03:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T14:15:39.000Z (about 7 years ago)
- Last Synced: 2025-03-06T01:11:49.551Z (2 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 outputsVia CLI it is fine
* `yarn babel code.js` - No fat arrows
* `yarn uglifyjs code.js` - No fat arrows