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
We should probably switch babel-preset-react-app from babel-preset-latest to babel-preset-env. We should target ie 9.
We now have this beautiful warning:
warning react-scripts > babel-preset-react-app > babel-preset-latest@6.22.0:
💥 preset-latest accomplishes the same task as babel-preset-env.
🙏 Please install it with 'npm install babel-preset-env --save-dev'.
'{ "presets": ["latest" }'
to
'{ "presets": ["env"] }'.
For more info, please check the docs: http://babeljs.io/docs/plugins/preset-env 👌.
And let us know how you're liking Babel at @babeljs on 🐦
A PR doing this would be welcome, but please research the stability, too!
The text was updated successfully, but these errors were encountered:
Timer
changed the title
Switch to preset-env?
Switch from preset-latest to preset-env
Mar 3, 2017
We should probably switch
babel-preset-react-app
frombabel-preset-latest
tobabel-preset-env
. We should targetie 9
.We now have this beautiful warning:
A PR doing this would be welcome, but please research the stability, too!
The text was updated successfully, but these errors were encountered: