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

Diff chunks/assets/entrypoints between compilations #146

Open
chrisands opened this issue Dec 7, 2021 · 2 comments
Open

Diff chunks/assets/entrypoints between compilations #146

chrisands opened this issue Dec 7, 2021 · 2 comments
Labels
feature request webpack-ui @statoscope/webpack-ui

Comments

@chrisands
Copy link
Contributor

Compilation diff is great, but when trying to explore why main chunk became bigger there is no right tool.
For example:
I can see that main chunk in the previous compilation was 500kb and had 1000 modules. In the new compilation, main chunk is 550kb and has 1300 modules.
In this example, I want to compare in a more detailed way, like comparing which modules were added or removed.

@smelukov
Copy link
Member

smelukov commented Dec 17, 2021

It works for chunks
image

But yep, we still need to implement this for entrypoints and assets

@smelukov smelukov added feature request webpack-ui @statoscope/webpack-ui labels Dec 17, 2021
@icy0307
Copy link

icy0307 commented Oct 25, 2022

Thanks for the great repo!
I got the same problem of not showing the diff of the chunks, using @statoscope/webpack/diff-entry-download-size-limits.
There is no diff badge or Added category in the generated report. Could you take a look this? @smelukov
baseline.stats.json.zip
stats.json.zip
And is there anyway to show the concatenated module here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request webpack-ui @statoscope/webpack-ui
Projects
None yet
Development

No branches or pull requests

3 participants