turn off worker_threads in browser (#52)
This commit is contained in:
parent
3eb1d64460
commit
f79aed4eee
@ -24,7 +24,8 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"browser": {
|
"browser": {
|
||||||
"crypto": false
|
"crypto": false,
|
||||||
|
"worker_threads": false
|
||||||
},
|
},
|
||||||
"react-native": {
|
"react-native": {
|
||||||
"crypto": "crypto"
|
"crypto": "crypto"
|
||||||
|
Loading…
Reference in New Issue
Block a user