Skip to content

Instantly share code, notes, and snippets.

@caesaneer
Created March 30, 2018 21:05
Show Gist options
  • Save caesaneer/918979f2a63ae90fa8d5e2b891b37e6a to your computer and use it in GitHub Desktop.
Save caesaneer/918979f2a63ae90fa8d5e2b891b37e6a to your computer and use it in GitHub Desktop.
.babelrc
{
"presets": [
"env",
"react",
"stage-2"
],
"plugins": [
"transform-react-jsx-source"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment