analyse icon indicating copy to clipboard operation
analyse copied to clipboard

Feature request, hide module(and it's depencencies)

Open tiye opened this issue 9 years ago • 4 comments

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.

tiye avatar Mar 24 '15 04:03 tiye

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.

acthp avatar Mar 06 '16 04:03 acthp

+1

bendavis78 avatar May 08 '16 23:05 bendavis78

@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

a-r-d avatar Oct 26 '16 01:10 a-r-d

Feature request, hide module(and it's depencencies)

alerkesi avatar Jan 25 '17 08:01 alerkesi