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

Limit async chunks size #281

Open
IridescentMia opened this issue Feb 28, 2022 · 1 comment
Open

Limit async chunks size #281

IridescentMia opened this issue Feb 28, 2022 · 1 comment

Comments

@IridescentMia
Copy link

I find @size-limit/webpack only include the initial chunk and calculate its size. In my case, I also want to know the size of async chunks and limit the size of them. Is it a common need? and Is there any discussion about this?

@ai
Copy link
Owner

ai commented Feb 28, 2022

Hi. There was no discussion yet. Do you have an idea how to implement it?

Note, that /webpack plugin is for open source libraries. For webapps you need to build JS bundle by your own bundler and then use /file plugin.

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

2 participants