chore(rln-reactts): fix prod build
This commit is contained in:
parent
9f25ebd176
commit
411cd052f3
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue