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

Improved code splitting #42

Closed
kjy5 opened this issue Jun 13, 2022 · 1 comment
Closed

Improved code splitting #42

kjy5 opened this issue Jun 13, 2022 · 1 comment
Assignees
Labels
feature New feature or request
Milestone

Comments

@kjy5
Copy link
Owner

kjy5 commented Jun 13, 2022

(!) 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.
@kjy5 kjy5 added the feature New feature or request label Jun 13, 2022
@kjy5 kjy5 added this to the More Features milestone Jun 13, 2022
@kjy5 kjy5 self-assigned this Jun 13, 2022
@kjy5
Copy link
Owner Author

kjy5 commented Jun 13, 2022

duplicate of #37

@kjy5 kjy5 closed this as completed Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant