Replies: 5 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 :) |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
_Unrelated: Is it normal that I have to restart |
Beta Was this translation helpful? Give feedback.
-
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 :) |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions