Fix Cannot convert BigInt value to a number

By not transpiling for older browsers that do not support BigInt.
This commit is contained in:
Franck Royer 2022-01-05 16:49:46 +11:00
parent 92f5ad5b84
commit 942b3ded75
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@
"browserslist": {
"production": [
">0.2%",
"not ie <= 99",
"not android <= 4.4.4",
"not dead",
"not op_mini all"
],