mirror of https://github.com/waku-org/js-waku.git
Fix Cannot convert BigInt value to a number
By not transpiling for older browsers that do not support BigInt.
This commit is contained in:
parent
92f5ad5b84
commit
942b3ded75
|
@ -53,6 +53,8 @@
|
|||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not ie <= 99",
|
||||
"not android <= 4.4.4",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue