Skip to content

Commit

Permalink
feat(browserslist-config): update browserslist to exclude IE11 (#11049)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the configuration no longer supports IE <= 11

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
joshblack and kodiakhq[bot] authored Mar 24, 2022
1 parent e959c43 commit 233d637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/browserslist-config-carbon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

'use strict';

module.exports = ['last 1 version', 'ie >= 11', 'Firefox ESR'];
module.exports = ['> 0.5%', 'last 2 versions', 'not ie <= 11', 'Firefox ESR'];

0 comments on commit 233d637

Please sign in to comment.