Update browser list

This commit is contained in:
Grzegorz Leoniec 2019-03-12 15:24:53 +01:00
parent fe536b626f
commit bc3e3875e8
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,7 @@
> 1%
last 2 versions
not ie <= 8
not ie <= 8
chrome >= 59
firefox >= 55
safari >= 10
ios_saf >= 9

View File

@ -1,6 +1,4 @@
module.exports = {
presets: [
['@vue/app', { useBuiltIns: false }]
],
presets: ['@vue/app'],
plugins: ['@babel/plugin-syntax-dynamic-import']
}