Closed
Description
Hello,
More and more npm packages contain ES2015+ code (for now usually features supported by Node 4 but i guess it will move to Node 6 features once 4 will be unmaintained). Unfortunately, this breaks compatibility with Uglify and browsers.
The only answer to this is, IMHO, to also transpile external dependencies. Is this supported by create-react-app?
I'm asking because my own build set up is getting confronted to this and I'm thinking about migrating to create-react-app :)