Skip to content

Commit

Permalink
Narrow down supported browsers in Browserslist config according to th…
Browse files Browse the repository at this point in the history
…e docs
  • Loading branch information
adamkudrna committed Sep 11, 2023
1 parent 2aa7a74 commit fa2f5e5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
16 changes: 13 additions & 3 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Browsers that we support

defaults
not ie > 1
not ie_mob > 1
# Blink/Chromium based
last 1 ChromeAndroid versions
last 2 Chrome versions
last 2 Edge versions

# Gecko based
last 1 FirefoxAndroid versions
last 2 Firefox versions
Firefox ESR

# WebKit based
last 1 iOS major versions
last 1 Safari major versions
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa2f5e5

Please sign in to comment.