Created
January 24, 2017 03:34
-
-
Save kohlmannj/fa7e80ac5a560020f339521d548ee799 to your computer and use it in GitHub Desktop.
.babelrc Snapshot 2017-01-23
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
{ | |
"presets": [ | |
["latest", { "modules": false }], | |
"react", | |
"stage-2" | |
], | |
"env": { | |
"development": { | |
"plugins": [ | |
"react-hot-loader/babel" | |
] | |
}, | |
"production": { | |
"plugins": [ | |
"transform-react-constant-elements", | |
"transform-react-remove-prop-types" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment