Skip to content

Commit

Permalink
Remove IE11 explicitly (#13)
Browse files Browse the repository at this point in the history
* Remove defaults from browserlists to exclude IE11
* Fix the Edge versions to only allow Edge 18 and 87+
  • Loading branch information
abiyasa authored May 6, 2021
1 parent fdeb0ce commit 0a7df83
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
module.exports = [
'defaults',
'Chrome >= 78',
'Firefox >= 78',
'Safari >= 10',
'Edge >= 18',
'Edge 18',
'Edge >= 87',
'Opera >= 73',
'ChromeAndroid >= 75',
'ios_saf >= 9',
'Android >= 4',
'not dead'
'Android >= 4'
];

0 comments on commit 0a7df83

Please sign in to comment.