You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm having trouble getting dependo to read my dependencies beyond the first file. I am passing in a require config file but I'm wondering primarily about the baseUrl. Should the path be relative to the config file, to the main application entry point or the current working directory? Or something else?
Any help appreciated, thanks :)
The text was updated successfully, but these errors were encountered:
Same issue here. I have a file have dependencies on 5 files which have dependencies on other files. But it does not read the dependencies further. Please help us out.
Dependo relies on https://github.com/pahen/madge, which handles the dependency resolving. Can you try to run madge and see if you still have the problem? It's probably an issue within Madge.
Hi, I'm having trouble getting dependo to read my dependencies beyond the first file. I am passing in a require config file but I'm wondering primarily about the baseUrl. Should the path be relative to the config file, to the main application entry point or the current working directory? Or something else?
Any help appreciated, thanks :)
The text was updated successfully, but these errors were encountered: