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
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
build.chunkSizeWarningLimit: Infinity is incorrectly parsed and causes the following bogus warning for 0 kB to be logged. The same works as expected with vite.
[plugin builtin:reporter]
(!) Some chunks are larger than 0 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
Describe the bug
build.chunkSizeWarningLimit: Infinityis incorrectly parsed and causes the following bogus warning for0 kBto be logged. The same works as expected withvite.Reproduction
https://stackblitz.com/edit/vitejs-rolldown-vite-k8yzuy3n
Steps to reproduce
npm run buildSystem Info
any
Used Package Manager
npm
Logs
No response
Validations