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
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.
Description
index-*.js) is excessively large, exceeding the default 500 kB limit after minification.