Babel update

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-09-10 11:23:51 +02:00
parent 3e9ab47664
commit 4037677075
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"env",
{
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 11"]
"browsers": ["last 2 versions", "ie >= 11"]
}
}
]

View File

@ -32,7 +32,7 @@
},
"browserslist": [
"last 2 versions",
"not ie <= 11"
"ie >= 11"
],
"engines": {
"node": ">=10.0.0"