-
Notifications
You must be signed in to change notification settings - Fork 92
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
Enable code splitting in webpack build tasks. #29
Comments
Are there any plans to include this enhancement? Any ideas on how I can reduce the bundle size? |
Hi @msrshahrukh100, right, this tasks sit here for too long. I can't give an exact ETA, but we'll close it by end of the year. |
Hi @azaslonov please let me know if there's any update on this. Thanks :) |
@msrshahrukh100, I experimented a bit with webpack code-splitting features, making separate chunk for node_modules. Seems to be working in this configuration, but ideally we'd need to have dynamic chunks, so not merging it to master branch yet but feel free to checkout az/code-splitting branch and this commit specifically. |
@azaslonov thanks for the change. The size of the |
Compiled files become too heavy, so it is time to split bundle into several files.
The text was updated successfully, but these errors were encountered: