Open tiye opened 9 years ago
Agreed. Hiding deps (accounting size to the parent) and sorting by size are critical. Drawing a hairball is not useful. Listing hundreds of deps un-ordered is not useful.
+1
@jiyinyiyong this sounds like a good feature, make a PR if you can.
@acthp I just merged this PR which adds sorting: https://github.com/webpack/analyse/pull/16
Feature request, hide module(and it's depencencies)
I was trying to analyse my project dependency for reusing code in another project which is nearly the same. But found the are over 500 modules, with only 230 of them are belonging to my project. So I think if I can hide modules just by filtering or shortcut, that would be much more helpful.
By now my only solution is for read
asset.json
as object and filter them by hand and save it again.