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
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 :)
mifi, zyxue, jefflau, benel, francisdb and 21 moreoliviertassinari