turn off worker_threads in browser (#52)

This commit is contained in:
Christophe Diederichs 2020-11-12 14:04:40 +01:00 committed by GitHub
parent 3eb1d64460
commit f79aed4eee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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