Skip to content

Instantly share code, notes, and snippets.

@bkonkle
Last active November 19, 2015 18:49
Show Gist options
  • Save bkonkle/5e1e5b20f7e571cf580e to your computer and use it in GitHub Desktop.
Save bkonkle/5e1e5b20f7e571cf580e to your computer and use it in GitHub Desktop.
Babel Config
{
"presets": ["es2015-loose", "react"],
"plugins": ["transform-class-properties", "transform-object-assign"]
}
{
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-eslint": "^4.1.5",
"babel-loader": "^6.2.0",
"babel-plugin-transform-class-properties": "^6.1.20",
"babel-plugin-transform-object-assign": "^6.1.18",
"babel-preset-es2015-loose": "^6.1.2",
"babel-preset-react": "^6.1.18",
"babel-register": "^6.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment