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:
Martijn Cuppens
2019-04-22 07:05:37 +02:00
committed by Haoqun Jiang
parent 89e0697cc9
commit 0bfc4b684f
2 changed files with 1 additions and 3 deletions

View File

@@ -21,8 +21,7 @@ module.exports = (api, options) => {
},
browserslist: [
'> 1%',
'last 2 versions',
'not ie <= 8'
'last 2 versions'
]
})

View File

@@ -1,3 +1,2 @@
> 1%
last 2 versions
not ie <= 8