From 411cd052f35914daec2b404e93363e31900594c7 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Fri, 23 Sep 2022 21:26:57 +1000 Subject: [PATCH] chore(rln-reactts): fix prod build --- rln-reactts/craco.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/rln-reactts/craco.config.js b/rln-reactts/craco.config.js index 4b56068..4f59114 100644 --- a/rln-reactts/craco.config.js +++ b/rln-reactts/craco.config.js @@ -7,9 +7,7 @@ module.exports = { webpackConfig.resolve.extensions.push(".wasm"); webpackConfig.experiments = { asyncWebAssembly: false, - lazyCompilation: true, syncWebAssembly: true, - topLevelAwait: true, }; webpackConfig.module.rules.forEach((rule) => { (rule.oneOf || []).forEach((oneOf) => {