fix: change build browserslist to fix BigInt native compatibiltiy

This commit is contained in:
MTG2000
2022-07-24 15:52:18 +03:00
parent ff9c13481f
commit 1eba3fed81
3 changed files with 50 additions and 10 deletions

View File

@@ -135,9 +135,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",