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

Adding a way to track the number of chunks created and keeping a threshold for the same #293

Open
MadaraUchiha-314 opened this issue Jul 25, 2022 · 1 comment

Comments

@MadaraUchiha-314
Copy link

Number of chunks created also can be a potential performance deterrent. Ideally we don't want too many chunks as well as too less chunks. The number of chunks that a build should create is totally dependent on use-case.

size-limit should provide a functionality to track and keep a bound (lower and upper) on the total number of chunks which are created.

@ai
Copy link
Owner

ai commented Jul 25, 2022

You can write an additional plugin for that.

There is a PR skating third party plugins.

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