Created
February 26, 2019 14:20
-
-
Save smaximov/6165b9353ef10cbad00619b337186671 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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