Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
12 lines
660 B
Diff
12 lines
660 B
Diff
--- a/src/build/bundle.rs
|
|
+++ b/src/build/bundle.rs
|
|
@@ -334,7 +334,7 @@ impl AppBundle {
|
|
// Only run wasm-opt if the feature is enabled
|
|
// Wasm-opt has an expensive build script that makes it annoying to keep enabled for iterative dev
|
|
// We put it behind the "wasm-opt" feature flag so that it can be disabled when iterating on the cli
|
|
- self.run_wasm_opt(&self.build.exe_dir())?;
|
|
+ self.run_wasm_opt(&self.build.wasm_bindgen_out_dir())?;
|
|
|
|
// Write the index.html file with the pre-configured contents we got from pre-rendering
|
|
std::fs::write(
|