Skip to content

Instantly share code, notes, and snippets.

@lamogura
Created September 27, 2016 07:37
Show Gist options
  • Select an option

  • Save lamogura/851ed81984a4bdb3861de3c8413ef158 to your computer and use it in GitHub Desktop.

Select an option

Save lamogura/851ed81984a4bdb3861de3c8413ef158 to your computer and use it in GitHub Desktop.
.babelrc for react project
{
"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