-
Notifications
You must be signed in to change notification settings - Fork 430
How to update .babelrc for babel 6.x #57
Comments
The stage looks like require a new attribute "presets" babel/babel#2626 |
@IngenieroLata yeah THe |
Here are the new options, http://babeljs.io/docs/usage/options/ also the release have changed the plugin API, so it also will require an update too, http://babeljs.io/blog/2015/10/29/6.0.0/ |
Please track gaearon/babel-plugin-react-transform#46 (comment). |
I've started to upgrage the boilerplate to Babel 6 here - alexbeletsky/react-transform-boilerplate/commit/e0701bc, but realized the dependency is actually to gaearon/babel-plugin-react-transform. I'd really like to make it happen and would like to help. |
As said above please refer to the linked issue. |
React Transform 2.0 was released with support for Babel 6. |
The text was updated successfully, but these errors were encountered: