Updated packages and browser targets for IE11 support

This commit is contained in:
Ronnie Garcia 2019-01-16 09:46:37 -08:00
parent 3420fed96c
commit 3d69ccf4bb
1 changed files with 2 additions and 4 deletions

View File

@ -54,15 +54,13 @@
[
"@babel/preset-env",
{
"useBuiltIns": "entry"
"useBuiltIns": "usage"
}
]
]
},
"browserslist": [
"last 2 versions",
"> 0.5%",
"ie >= 11",
"not dead"
"ie >= 11"
]
}