You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloudfront will only compress if the file is less than 10mb. A good option is to use this vite plugin: https://github.com/vbenjs/vite-plugin-compression (or change CDNs or reduce the bundle size by remove deps).
luke-quadratic
changed the title
enhancement: production client should serve compressed wasm using Brotili + gzip
Production client should serve compressed wasm using Brotili + gzip
Jan 15, 2025
Wasm files on Vercel are compressed and are roughly 4x smaller than the ones served via Amplify in production!
The text was updated successfully, but these errors were encountered: