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.resolve.extensions.push(".wasm");
|
||||||
webpackConfig.experiments = {
|
webpackConfig.experiments = {
|
||||||
asyncWebAssembly: false,
|
asyncWebAssembly: false,
|
||||||
lazyCompilation: true,
|
|
||||||
syncWebAssembly: true,
|
syncWebAssembly: true,
|
||||||
topLevelAwait: true,
|
|
||||||
};
|
};
|
||||||
webpackConfig.module.rules.forEach((rule) => {
|
webpackConfig.module.rules.forEach((rule) => {
|
||||||
(rule.oneOf || []).forEach((oneOf) => {
|
(rule.oneOf || []).forEach((oneOf) => {
|
||||||
|
|
Loading…
Reference in New Issue