Replies: 3 comments
-
Skimming through those feature requests, it seems they are mostly about what includes something (or why is something included), not so much what parts from a given import are actually used. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Could you explain what exactly do you want to see and how it should be shown? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue description
This analyzer seems to be limited to whole modules. I would like to see which functions/etc are imported from those modules.
I'm not sure if this is a feature request or a bug report. If WBA has this functionality and it's not working for me, or if WBA doesn't have it, I don't really know. I suspect the latter.
Technical info
Debug info
To keep it simple, I've used the CLI tool:
I've also implemented this in webpack via gulp, which produces the same output. But it's probably easier to stick with CLI so we can rule out other components.
My stats.json (zipped)
Beta Was this translation helpful? Give feedback.
All reactions