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 Aug 4, 2023
1 parent ff48fc9 commit 184aa8c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
15 changes: 12 additions & 3 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 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

# WebKit based
last 1 iOS major versions
last 1 Safari major versions
16 changes: 10 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 184aa8c

Please sign in to comment.