chore(rln-reactts): fix prod build

This commit is contained in:
fryorcraken.eth 2022-09-23 21:26:57 +10:00
parent 9f25ebd176
commit 411cd052f3
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 0 additions and 2 deletions

View File

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