Skip to content

Instantly share code, notes, and snippets.

@wojciech-bilicki
Created July 28, 2017 17:13
Show Gist options
  • Save wojciech-bilicki/5379cfa40c6b85d5c2100832f4fb75b7 to your computer and use it in GitHub Desktop.
Save wojciech-bilicki/5379cfa40c6b85d5c2100832f4fb75b7 to your computer and use it in GitHub Desktop.
Babel RC
{
"presets": [
"react",
[
"env",
{
"targets": {
"browsers": "last 2 versions"
},
"loose": true,
"modules": false
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment