Skip to content

Instantly share code, notes, and snippets.

@kohlmannj
Created January 24, 2017 03:34
Show Gist options
  • Save kohlmannj/fa7e80ac5a560020f339521d548ee799 to your computer and use it in GitHub Desktop.
Save kohlmannj/fa7e80ac5a560020f339521d548ee799 to your computer and use it in GitHub Desktop.
.babelrc Snapshot 2017-01-23
{
"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