Skip to content

Commit bb369ca

Browse files
authored
Update our browserslist config (#30986)
Use browserslist defaults which is `> 0.5%, last 2 versions, Firefox ESR, not dead`
1 parent 9a4692d commit bb369ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.browserslistrc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# https://github.com/browserslist/browserslist#readme
22

3-
>= 1%
4-
last 1 major version
3+
>= 0.5%
4+
last 2 major versions
55
not dead
66
Chrome >= 60
77
Firefox >= 60
88
# needed since Legacy Edge still has usage; 79 was the first Chromium Edge version
99
# should be removed in the future when its usage drops or when it's moved to dead browsers
1010
not Edge < 79
11+
Firefox ESR
1112
iOS >= 10
1213
Safari >= 10
1314
Android >= 6

0 commit comments

Comments
 (0)