Feature request: support filtering to parent/sibling chunks via context menu #566
Replies: 3 comments
-
(I have a work-in-progress branch for this here: https://github.com/bregenspan/webpack-bundle-analyzer/tree/issue-265-filter-related-chunks, going to find time to test it against various project configurations and finish up documenting the chunk graph) |
Beta Was this translation helpful? Give feedback.
-
Did some more exploratory work for this in this branch. But what I'm seeing is that the utility of being able to navigate to parent and sibling chunks varies a lot from project to project, and that in some projects the option might in fact be confusing. For example:
|
Beta Was this translation helpful? Give feedback.
-
This is really interesting. I'm looking for a way to give meaning to theses Next.js chunks. At build time Next.js generate a file I am seeing two way to link theses chunks together:
|
Beta Was this translation helpful? Give feedback.
-
Issue description
(This is a followup to issue #241 which was partially resolved by #246)
Now that there is a chunk context menu (as of #246) with support for basic operations such as showing/hiding selected chunks, there's a good foundation for adding the ability to implement the ability to filter to filter to related chunks (e.g. parents/siblings).
This task involves:
Beta Was this translation helpful? Give feedback.
All reactions