some more babelrc

main
ChristopherBiscardi 2017-12-13 14:26:24 -08:00
parent bf801214ea
commit 1f7a8c8179
No known key found for this signature in database
GPG Key ID: 703265E1DE405983
1 changed files with 4 additions and 0 deletions

View File

@ -1,8 +1,12 @@
{
"presets": [
"react-app",
[
"env",
{
"targets": {
"browsers": ["last 2 versions", "safari >= 7"]
},
useBuiltIns: "usage"
}
],