-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
How track the dependencies? #109
Comments
Could you send a screenshot of your analyzer browser view so we could see what you mean by top level? Thanks! |
Here moments.js and hammer.js is used only by Vis.js. Also tried The official analyse tool it is very very slow and hard UX. But there it is possible to understand that moment.js and hammer.js are in bandel because of vis.js |
Thanks for the extra explanation! Unfortunately, such feature is not yet possible. This issue is a duplicate of #53 so I'll close this one. |
@valscion got it thanks. |
Hello!
I was analizing my bundel and was confuse to find some
big libs on top leve, despite i new use them in my project.
After some reasers i found that that libs was in dependenses
of lib that I use directly.
So.
Why some of libs that was not directly imported but is in
dependencies of other libraries end up on top level?
Is there the way define who is dependent on particular
lib and why it end up in bundle?
The text was updated successfully, but these errors were encountered: