Commit 6cfc098
fix(hub-client): raise PWA precache size limit so WASM growth stops breaking CI
The workbox `maximumFileSizeToCacheInBytes` ceiling was 35MB while the
`wasm_quarto_hub_client_bg.wasm` artifact had crept to ~36.7MB. When a
globbed precache asset exceeds the limit, workbox emits a warning that
vite-plugin-pwa's `logWorkboxResult` throws as a fatal build error,
failing `vite build` (and thus the TS Test Suite's Build WASM step).
The boundary was razor-thin: the local/ubuntu build landed just under
35MiB while the macOS CI build produced ~990 bytes over, so main went
red only on macOS after #379 (render_printable + self-contained
inliner) grew the WASM.
Raise the ceiling to 64MB to restore generous headroom for continued
WASM growth.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 29e4ace commit 6cfc098
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
| |||
0 commit comments