browserlist to default and update to corejs

master
JFH 2021-09-24 20:15:49 +02:00
parent 63fe9f2d34
commit 21c22f5d5c
2 changed files with 5 additions and 13 deletions

View File

@ -3,8 +3,8 @@
[
"@babel/env",
{
"useBuiltIns": "usage",
"corejs": "3.6.5"
"useBuiltIns": "entry",
"corejs": "3.18"
}
]
]

View File

@ -63,17 +63,9 @@
},
"homepage": "https://github.com/SVG-Edit/svgedit#readme",
"browserslist": [
">0%",
"not Opera < 59",
"not IE < 12",
"not Chrome < 75",
"not FireFox < 68",
"not Safari < 11",
"not ios_saf < 10",
"not android < 5",
"not op_mini all",
"not Edge < 18",
"not dead"
"defaults",
"not IE 11",
"maintained node versions"
],
"dependencies": {
"@babel/polyfill": "7.12.1",