Skip to content

Vite build warning: Client bundle exceeds 500kB chunk size limit #16

@devarshishimpi

Description

@devarshishimpi

Description

  • During the production build process, Vite outputs a warning indicating that the main client JavaScript chunk (index-*.js) is excessively large, exceeding the default 500 kB limit after minification.
  • Currently, the chunk size is approximately 1.38 MB (~409 kB gzipped), which can negatively impact the application's initial load time and time-to-interactive (TTI) for users.
Image

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions