From bc3e3875e8092b4c46d76d8a13baaecf005602c7 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Tue, 12 Mar 2019 15:24:53 +0100 Subject: [PATCH] Update browser list --- .browserslistrc | 6 +++++- babel.config.js | 4 +--- 2 files changed, 6 insertions(+), 4 deletions(-) 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'] }