Skip to content

Instantly share code, notes, and snippets.

@smaximov
Created February 26, 2019 14:20
Show Gist options
  • Save smaximov/6165b9353ef10cbad00619b337186671 to your computer and use it in GitHub Desktop.
Save smaximov/6165b9353ef10cbad00619b337186671 to your computer and use it in GitHub Desktop.
{
"plugins": [
["transform-runtime", {
"polyfill": false,
"regenerator": true
}],
"transform-decorators-legacy"
],
"presets": [
[
"env",
{
"targets": {
"browsers": [
">0.25%",
"not ie 11",
"not op_mini all"
]
}
}
],
"react",
"stage-0"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment