-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Treemap support for the bundle analyzer #2848
Comments
@evanw I might be interested in submitting a PR for this eventually. If I make something with the same styling as the current sunburst and flame charts, same interactions, canvas based, and no dependencies, would you consider including that in esbuild's bundle analyzer? |
I'm closing this as this has now been implemented: https://esbuild.github.io/analyze/ |
I love you! |
@evanw Great stuff, thanks! Is there any way to contribute to the analyzer? CMD + F doesn't work because it's a canvas element. I'd like to look into this. |
I'd also like to contribute if possible, having a checkbox to filter only initially loaded bundles would be great (now we have to filter the |
I think a treemap is often the most natural way to browse a bundle size analysis, because it makes better use of available screen real-estate, so it'd be really nice to see one implemented for esbuild.
Example treemap from
webpack-bundle-analyzer
:Example treemap from
rollup-plugin-visualizer
:The text was updated successfully, but these errors were encountered: