Skip to content

Commit 583a911

Browse files
committed
Ensure we support Firefox ESR
1 parent ac960c9 commit 583a911

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
},
4848
"browserslist": [
4949
"> 0.5%",
50-
"not ie < 11"
50+
"Firefox ESR",
51+
"IE 11"
5152
],
5253
"scripts": {
5354
"build": "webpack -p --progress"

0 commit comments

Comments
 (0)