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
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:
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.
The text was updated successfully, but these errors were encountered:
Apparently, only requires from
node_modules
are listed in the require graph. Your "own" modules from e.g. thesrc
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: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.
The text was updated successfully, but these errors were encountered: