Skip to content

Commit 0719dfa

Browse files
CHORE AJ Remove IE 11 from list of supported browsers
- produces tonnes of warnings creating noise - IE 11 is outdated and support ended in 2022
1 parent fa42f9a commit 0719dfa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"last 2 Samsung versions",
1717
"Firefox ESR",
1818
"Safari >= 11",
19-
"iOS >= 11",
20-
"IE 11"
19+
"iOS >= 11"
2120
],
2221
"scripts": {
2322
"dev": "next dev --turbopack --experimental-https",

0 commit comments

Comments
 (0)