make browserlist require BigInt

This commit is contained in:
Esteban Abaroa
2023-08-04 21:28:27 +00:00
parent 30369f4466
commit 7db9a09075
+5 -3
View File
@@ -71,9 +71,11 @@
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",