Skip to content

Commit

Permalink
Update browserslist to support more versions
Browse files Browse the repository at this point in the history
This updates the .browserslistrc file to not be so strict around what browsers it supports. The old config only had a global browser audience coverage of 23.8 % vs the `defaults` setting of 89.6 %.

This should let mobile browsers load the page much faster based on the testing that was done with a small sample group.
  • Loading branch information
DieselTech committed Jan 3, 2025
1 parent 6ae9cbf commit a56841c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,4 @@
# You can see what browsers were selected by your queries by running:
# npx browserslist

last 1 Chrome version
last 1 Firefox version
last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.
defaults

0 comments on commit a56841c

Please sign in to comment.