evanw / esbuild

An extremely fast bundler for the web
https://esbuild.github.io/
MIT License
38.21k stars 1.15k forks source link

feature request (https://esbuild.github.io/analyze/ UI) : add search for a component inside the bundles #3981

Open f-mon opened 3 days ago

f-mon commented 3 days ago

Often when inspecting the produced bundles with the very usefull https://esbuild.github.io/analyze/ page, i'd like to look for a specific component/file to see in wich bundle it is included. This is not very easy to achieve because i have to open and drill down to many bundles and not always i succeded in find the source file i'm looking for, it would be very usefull if there was a search box where to type the source file name or parts of it and that highlight the bundles that match with the query. Thank you.