-
Notifications
You must be signed in to change notification settings - Fork 318
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
Unable to retrieve requirejs child recursive dependencies #57
Comments
any update on this? |
Sorry I did not continue using Madge, I resolved my issue by isolating the file that was causing trouble and load it first in its own require() callback. |
Same problem here: The child dependencies in my amd project are not shown.
I made sure that baseUrl reflects the same location as I call the madge cmd.
main.js:
print.js:
command:
output:
But I miss |
I saw in #67 that what I'm loking for, is not implemented. I want to see the whole dependency tree. That's just possible if calling |
I'm refactoring Madge now and planning to release 1.0.0 soon and will try to have this fixed then. |
The analyse always stops at the first layer and consider my dependencies to have no deps, which is of course not the case.
using
madge -f amd -R myconf.js -N -i out.png src
The text was updated successfully, but these errors were encountered: