0xMiden / 0xMiden/frontend-template
fix: suppress WASM chunk size warning in vite.config.ts
Open
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
WASM chunks >500KB trigger Vite warnings on every build. Harmless but confusing since it looks like something is wrong.
Suppress in `vite.config.ts` via `build.chunkSizeWarningLimit` or equivalent.
Contributor guide
Assessment
This issue has not been assessed yet.