Skip to content

Commit 871a38f

Browse files
committed
drops IE 11 support from the browserslist
1 parent 9cf1860 commit 871a38f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"webpack": "5.37.0"
4646
},
4747
"browserslist": [
48-
"defaults"
48+
"defaults",
49+
"not IE 11"
4950
]
5051
}

0 commit comments

Comments
 (0)