This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 973
Check that we're using these babel / webpack optimizations #53
Comments
In Babel 6, currently the react preset doesn't contain those plugins http://babeljs.io/docs/plugins/preset-react/. Equivalents are: // new .babelrc
{
"presets": ["react", "es2015"],
"plugins": [
"transform-react-inline-elements",
"transform-react-constant-elements"
]
} |
Able to do a PR? |
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Check that we're using these babel / webpack optimizations:
The text was updated successfully, but these errors were encountered: