Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate bundle size #237

Open
morteako opened this issue Oct 6, 2023 · 0 comments
Open

Investigate bundle size #237

morteako opened this issue Oct 6, 2023 · 0 comments
Labels
code-enhancement Improvements to the codebase

Comments

@morteako
Copy link
Collaborator

morteako commented Oct 6, 2023

image
yarn run v1.22.19
$ tsc --noEmit && vite build
vite v3.2.7 building for production...
✓ 3379 modules transformed.
dist/assets/LogoWhite.429d34a1.svg   1.39 KiB
dist/assets/LogoBlack.39ac3c56.svg   1.33 KiB
dist/index.html                      0.91 KiB
dist/assets/index.0bda5e91.js        1120.99 KiB / gzip: 342.60 KiB

(!) Some chunks are larger than 500 KiB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/guide/en/#outputmanualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
@morteako morteako added the code-enhancement Improvements to the codebase label Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-enhancement Improvements to the codebase
Projects
None yet
Development

No branches or pull requests

1 participant