diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/package.json b/package.json index 335528b..2f0decc 100644 --- a/package.json +++ b/package.json @@ -78,13 +78,8 @@ }, "devDependencies": { "@babel/core": "^7.14.5", - "@babel/plugin-external-helpers": "^7.14.5", - "@babel/plugin-transform-classes": "^7.14.5", "@babel/plugin-transform-runtime": "^7.14.5", - "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.14.5", - "@babel/runtime": "^7.14.5", - "@babel/runtime-corejs3": "^7.14.5", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-multi-entry": "^4.0.0", @@ -115,13 +110,8 @@ "rollup-plugin-terser": "^7.0.2", "typescript": "^4.3.2", "yargs": "^17.0.1", - "svgdom": "^0.1.8" + "svgdom": "^0.1.8", + "babel-plugin-polyfill-corejs3": "^0.2.2" }, - "browserslist": [ - "last 2 version", - "> 0.25%", - "not ie 11", - "not dead" - ], - "dependencies": {} + "browserslist": "last 2 version and > 0.25% and not op_mini all and not ie 11" } |