From f79aed4eee6524cd230a96cea45a11957b1151b6 Mon Sep 17 00:00:00 2001 From: Christophe Diederichs <45171645+chm-diederichs@users.noreply.github.com> Date: Thu, 12 Nov 2020 14:04:40 +0100 Subject: [PATCH] turn off worker_threads in browser (#52) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d9a3b4e..518d11a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,8 @@ ] }, "browser": { - "crypto": false + "crypto": false, + "worker_threads": false }, "react-native": { "crypto": "crypto"