webpack / analyse

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

add dependency chain information to module page #33

Closed phiresky closed 3 years ago

phiresky commented 6 years ago

This PR adds functionality to show why a specific module is included in a specific chunk by showing the dependency chain from the entry module of the chunk to the current module. This is really useful for deeper chains where the "reasons" field is not really helpful.

Screenshot:

image

jsf-clabot commented 6 years ago

CLA assistant check
All committers have signed the CLA.

phiresky commented 3 years ago

closing this since clabot keeps updating it's comment every few days. still think this would be a good idea but eh