mirror of https://github.com/waku-org/js-waku.git
Add BigInt fix
This commit is contained in:
parent
173831b554
commit
c31bb83f6a
|
@ -29,6 +29,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