webpack / analyse

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

Sort by size functionality on #modules, #chunk and #assets #9

Closed arypurnomoz closed 8 years ago

arypurnomoz commented 9 years ago

It would be perfect if the table on #modules, #chunk and #assets can be sorted by size.

wmertens commented 8 years ago

And there's #16 :)

It would be even nicer if the dependency tree could be shown with total size of all children. Then you could see that the little module you use for blinking pulls in 3MB of JS…

a-r-d commented 8 years ago

@arypurnomoz merged: https://github.com/webpack/analyse/pull/16