webpack / analyse

analyse web app for webpack stats
http://webpack.github.com/analyse
882 stars 138 forks source link

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

Open tiye opened 9 years ago

tiye commented 9 years ago

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.

acthp commented 8 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.

bendavis78 commented 8 years ago

+1

a-r-d commented 8 years ago

@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

alerkesi commented 7 years ago

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