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

webpack performance recommendations #22

Closed
LucienShui opened this issue May 17, 2019 · 0 comments
Closed

webpack performance recommendations #22

LucienShui opened this issue May 17, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@LucienShui
Copy link
Owner

You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit https://webpack.js.org/guides/code-splitting/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant