Created
September 27, 2016 07:37
-
-
Save lamogura/851ed81984a4bdb3861de3c8413ef158 to your computer and use it in GitHub Desktop.
.babelrc for react project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "install-then-remove": "npm i -D babel-plugin-transform-class-properties babel-preset-es2015 babel-preset-react babel-preset-stage-2 babel-plugin-lodash", | |
| "presets": [ | |
| "react", | |
| "es2015", | |
| "stage-2" | |
| ], | |
| "plugins": [ | |
| "transform-class-properties", | |
| "lodash" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment