mirror of
https://github.com/waku-org/examples.waku.org.git
synced 2025-02-22 10:48:22 +00:00
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…
x
Reference in New Issue
Block a user