Closed
Description
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 > [email protected]:
π₯ 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!