Skip to content
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

Own src modules not listed in require graph #104

Open
loopmode opened this issue Feb 2, 2018 · 0 comments
Open

Own src modules not listed in require graph #104

loopmode opened this issue Feb 2, 2018 · 0 comments

Comments

@loopmode
Copy link

loopmode commented Feb 2, 2018

Apparently, only requires from node_modules are listed in the require graph. Your "own" modules from e.g. the src directory are not shown.

I use require('devtron').install(); and the devtron tab loads just fine in devtools, but my own modules / files are not there:

image

I am using electron-webpack, so there is an entire webpack setup hidden, may that be the cause?`
Or, is this just how devtron works and everything is normal here?

I would very much appreciate a require graph of own modules, especially in large-ish codebases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant