Skip to content

Instantly share code, notes, and snippets.

@thenamankumar
Created February 13, 2018 05:47
Show Gist options
  • Save thenamankumar/859590e280284c424cde274ade0c6a32 to your computer and use it in GitHub Desktop.
Save thenamankumar/859590e280284c424cde274ade0c6a32 to your computer and use it in GitHub Desktop.
babelrc for React Starter Kit
{
"presets": [
"es2015",
"react"
],
"plugins": [
"react-hot-loader/babel"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment