Skip to content

Commit

Permalink
Merge pull request #4197 from easyops-cn/steve/v3-browserslist
Browse files Browse the repository at this point in the history
feat(): update browser requirements to chrome 84+ / firefox 72+ / safari 14.1+
  • Loading branch information
weareoutman committed May 24, 2024
2 parents 4e473ac + e76256c commit fa9d1cc
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions packages/browserslist-config-next/production.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
// Ref https://github.com/browserslist/browserslist#shareable-configs
module.exports = [
// Desktop browsers
// with decent display: grid support: https://caniuse.com/#feat=css-grid
// with decent display: grid support: https://caniuse.com/css-grid
// with proper class support: https://bugzilla.mozilla.org/show_bug.cgi?id=1216630
// with proper web components support: https://caniuse.com/#search=web%20components
"Edge >= 76",
"Chrome >= 57",
"Firefox >= 63",
"Safari >= 10.1"
// with proper web components support: https://caniuse.com/custom-elementsv1
// with flexbox gap support: https://caniuse.com/flexbox-gap
// with css ::part support: https://caniuse.com/mdn-css_selectors_part
"Edge >= 84",
"Chrome >= 84",
"Firefox >= 72",
"Safari >= 14.1",
];

0 comments on commit fa9d1cc

Please sign in to comment.