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

[Client] - Reduce Initial Bundle Size #199

Open
Char2sGu opened this issue Sep 17, 2024 · 0 comments
Open

[Client] - Reduce Initial Bundle Size #199

Char2sGu opened this issue Sep 17, 2024 · 0 comments

Comments

@Char2sGu
Copy link
Contributor

Desired Changes

Since we have only one AppModule, everything is bundled in the initial bundle, which results in an extreme huge initial bundle:
image

By introducing lazy loading and module splitting (or perhaps introducing standalone components), the initial bundle size should largely decreased.

PS: In the default build config, the maximum initial bundle size limit is 1mb. However this config is removed in our app.

Screenshots (as needed)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant