Skip to content

Instantly share code, notes, and snippets.

@fakiolinho
Last active March 13, 2018 13:38
Show Gist options
  • Save fakiolinho/2494786b4f79abc78e35284b5acd93ec to your computer and use it in GitHub Desktop.
Save fakiolinho/2494786b4f79abc78e35284b5acd93ec to your computer and use it in GitHub Desktop.
{
"presets": [
[
"env",
{
"targets": {
"browsers": [
"last 2 versions",
"ie > 9"
]
},
"modules": false
}
],
"stage-2",
"react"
],
"env": {
"test": {
"plugins": [
"transform-es2015-modules-commonjs"
]
},
"production": {
"plugins": [
"react-remove-properties"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment