When using it, I found that I could not find any dependencies like url, querystring, etc. Even though detectiveConfig.includeCore is set to true, it does not work.
A look at the source code shows that precinctOptions.includeCore is always set to false.
|
precinctOptions.includeCore = false; |
When using it, I found that I could not find any dependencies like
url,querystring, etc. Even thoughdetectiveConfig.includeCoreis set totrue, it does not work.A look at the source code shows that
precinctOptions.includeCoreis always set tofalse.node-dependency-tree/index.js
Line 85 in d3a0cd3