Skip to content

Commit

Permalink
Update Browserslist to exclude Safari without ES6 module support
Browse files Browse the repository at this point in the history
Using the query `> 0.1% in GB` unintentionally brings in Safari on iOS 8.1-8.4, 9.3
  • Loading branch information
colinrotherham committed Jun 5, 2023
1 parent 63f9b39 commit 5fb95e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/examples/webpack/.browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ last 6 Firefox versions
last 6 Edge versions
last 2 Samsung versions
Firefox ESR
Safari >= 12
iOS >= 12.1
Safari >= 12 and not Safari < 10.1
iOS >= 12.1 and not iOS < 10.3
ie 11
4 changes: 2 additions & 2 deletions packages/govuk-frontend-review/.browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ last 6 Firefox versions
last 6 Edge versions
last 2 Samsung versions
Firefox ESR
Safari >= 12
iOS >= 12.1
Safari >= 12 and not Safari < 10.1
iOS >= 12.1 and not iOS < 10.3
ie 11
4 changes: 2 additions & 2 deletions packages/govuk-frontend/.browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ last 6 Firefox versions
last 6 Edge versions
last 2 Samsung versions
Firefox ESR
Safari >= 12
iOS >= 12.1
Safari >= 12 and not Safari < 10.1
iOS >= 12.1 and not iOS < 10.3
ie 11

[node]
Expand Down

0 comments on commit 5fb95e9

Please sign in to comment.