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) => {