feat(browserslist)!: update browser & node config

This commit is contained in:
Ismo Vuorinen
2023-10-11 16:11:49 +03:00
parent 2c3e57b970
commit 998a3ffda7
2 changed files with 3 additions and 12 deletions

View File

@@ -1,13 +1,6 @@
'use strict'
module.exports = [
'>= 0.5%',
'Chrome >= 60',
'Firefox >= 60',
'Firefox ESR',
'iOS >= 12',
'last 2 major versions',
'not dead',
'not Explorer <= 11',
'Safari >= 12'
'defaults and fully supports es6-module',
'maintained node versions'
]