Builds a dependency tree from webpack stats
npm install webpack-dependency-treeBuilds a dependency tree from webpack stats
Builds a dependency tree from webpack stats.
opts can be:
* opts.packageDescriptors: List of package descriptor files to look for in package directories. Defaults to ['package.json', 'bower.json', 'component.json']
Converts a dependency tree to an ASCII hierarchy representation.
opts can be:
* opts.pretty: Add colors and styles to the output
* opts.fullPaths: Display full paths instead of relative paths.