-
Notifications
You must be signed in to change notification settings - Fork 101
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
Collapse non-contributing directories #137
Comments
nikolay-borzov
added a commit
that referenced
this issue
Feb 15, 2020
- When building data for `webtreemap` join source parts that create intermediate nodes (nodes with single children) - Add tests for `getWebTreeMapData`
nikolay-borzov
added a commit
that referenced
this issue
Feb 19, 2020
- When building data for `webtreemap` join source parts that create intermediate nodes (nodes with single children) - Add tests for `getWebTreeMapData`
Thanks! |
nikolay-borzov
added a commit
that referenced
this issue
Feb 20, 2020
- Fix nodes collapsing logic. Take into account the path to the node when looking for nodes with the same root path
nikolay-borzov
added a commit
that referenced
this issue
Feb 20, 2020
- Fix nodes collapsing logic. Take into account the path to the node when looking for nodes with the same root path
This is still happening for me (i.e. the entries under |
nikolay-borzov
added a commit
that referenced
this issue
Mar 21, 2020
- Treat `webpack:///` as an atomic filename part
nikolay-borzov
added a commit
that referenced
this issue
Mar 21, 2020
- Treat `webpack:///` as an atomic filename part
Looks great! Thanks again |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the work on this awesome tool!
Is your feature request related to a problem? Please describe.
Directories that don't contribute to the size are still shown as a layer in the treemap and this ends up hiding contributing layers when looking at multiple bundles in a single HTML file
Describe the solution you'd like
Directories that aren't contributing are combined or there's an option to enable this behavior
Describe alternatives you've considered
A way to hide/combine these non-contributing layers in the HTML file
Additional context
I've attached a screenshot that shows the HTML of one of our bundles and you can see that
webpack
,.
,.
,src
, andapps
take up 5 layers in the treemap of the HTML before any meaningful content is reached and when looking at an HTML file that is analyzing multiple bundles, this makes several more meaningful layers end up being hidden and they have to be clicked on to see the useful info.The text was updated successfully, but these errors were encountered: