turn off worker_threads in browser

This commit is contained in:
Christophe Diederichs 2020-10-30 11:58:59 +01:00
parent 7febc97986
commit 1102999a61

View File

@ -24,7 +24,8 @@
]
},
"browser": {
"crypto": false
"crypto": false,
"worker_threads": false
},
"react-native": {
"crypto": "crypto"