-
-
Notifications
You must be signed in to change notification settings - Fork 488
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Ability to search chunk by name #457
Comments
Are you able to post a screencapture of how the search feature seems to be broken in your use case? https://getkap.co/ is a good tool for that if you don't have a way to screencapture yet :) |
Will post screenshot tomorrow since I'm not at work anymore, however I started looking into code, and it seems to be the normal behavior https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/client/store.js#L97 as it only looks in a chunk.groups's labels for matches |
Thanks! If that's the case, then this might be a new feature and not a regression if we've never supported searching by chunk name before 😄 A screenshot or a screen recording would both still be useful to make sure we're talking of the same thing |
I don't know 😄. It might be that some watching is broken, so feel free to investigate if you happen to find out that it is the case :) |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Issue description
I'm trying to search by chunk name from the list of generated chunks by webpack (which have names similar to 1.js, 2.js, these correspond to chunks issued due to code splitting) but upon searching it doesn't find them.
Technical info
Debug info
The text was updated successfully, but these errors were encountered: