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