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": { "browser": {
"crypto": false "crypto": false,
"worker_threads": false
}, },
"react-native": { "react-native": {
"crypto": "crypto" "crypto": "crypto"