mirror of https://github.com/waku-org/js-waku.git
Merge pull request #377 from status-im/358-cannot-convert-bigint
Fix Cannot convert BigInt value to a number
This commit is contained in:
commit
594b92d919
|
@ -53,6 +53,8 @@
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
">0.2%",
|
">0.2%",
|
||||||
|
"not ie <= 99",
|
||||||
|
"not android <= 4.4.4",
|
||||||
"not dead",
|
"not dead",
|
||||||
"not op_mini all"
|
"not op_mini all"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue