mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-10 01:20:03 -05:00
chore: remove redundant <= IE8 rule (#3851)
The `not ie <= 8` rule in the browserlist is redundant. `ie <= 8` browsers aren't added by `> 1%` nor `last 2 versions`
This commit is contained in:
committed by
Haoqun Jiang
parent
89e0697cc9
commit
0bfc4b684f
@@ -21,8 +21,7 @@ module.exports = (api, options) => {
|
||||
},
|
||||
browserslist: [
|
||||
'> 1%',
|
||||
'last 2 versions',
|
||||
'not ie <= 8'
|
||||
'last 2 versions'
|
||||
]
|
||||
})
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
> 1%
|
||||
last 2 versions
|
||||
not ie <= 8
|
||||
|
||||
Reference in New Issue
Block a user