change babel build targets

This commit is contained in:
Marin Petrunić 2020-06-15 13:46:57 +02:00
parent 0fdb309d8c
commit e35f067b5e
No known key found for this signature in database
GPG Key ID: 834D07135E110DA5

View File

@ -4,7 +4,7 @@
"@babel/preset-env", "@babel/preset-env",
{ {
"targets": { "targets": {
"browsers": "last 2 versions, not ie <=11" "browsers": ">1% and not ie <= 11 and not dead"
}, },
"modules": false "modules": false
} }