diff --git a/babel.config.js b/babel.config.js index d043e5c774..4150ab0ea0 100644 --- a/babel.config.js +++ b/babel.config.js @@ -2,10 +2,7 @@ module.exports = { presets: [ "@vue/cli-plugin-babel/preset", { - targets: { - esmodules: true - }, - polyfills: [] + "useBuiltIns": "entry", }, "@babel/preset-env" ], diff --git a/package.json b/package.json index 8d4e0cbaa5..4d0b7c5bc6 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "fsevents": "^2.3.2" }, "browserslist": [ - "> 1%", + "> 0.25%", "last 2 versions", "not dead" ]