Skip to content

Instantly share code, notes, and snippets.

@adeelibr
Last active April 26, 2018 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adeelibr/e609de444c8c0c2e9a36255efed60b65 to your computer and use it in GitHub Desktop.
Save adeelibr/e609de444c8c0c2e9a36255efed60b65 to your computer and use it in GitHub Desktop.
.babelrc file to put in root of your folder
{
"presets": [
"@babel/env",
"@babel/preset-react",
[
"@babel/preset-stage-2",
{
"decoratorsLegacy": true
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment