diff --git a/.browserslistrc b/.browserslistrc index bd3ad98e5..a7ea23cdf 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -1,3 +1,7 @@ > 1% last 2 versions -not ie <= 8 \ No newline at end of file +not ie <= 8 +chrome >= 59 +firefox >= 55 +safari >= 10 +ios_saf >= 9 diff --git a/babel.config.js b/babel.config.js index edf1616a7..5808c33db 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,6 +1,4 @@ module.exports = { - presets: [ - ['@vue/app', { useBuiltIns: false }] - ], + presets: ['@vue/app'], plugins: ['@babel/plugin-syntax-dynamic-import'] }