esbuild-visualizer icon indicating copy to clipboard operation
esbuild-visualizer copied to clipboard

Create chart of dependencies in your bundle

Results 4 esbuild-visualizer issues
Sort by recently updated
recently updated
newest added

fixes btd/rollup-plugin-visualizer#179 the output looks like [stats.sunburst.treemap.html.gz](https://github.com/btd/esbuild-visualizer/files/11991056/stats.sunburst.treemap.html.gz)

Example command, to exclude .ttf files from analyze: `esbuild-visualizer --open true --metadata ./dist/stats.json --exclude *.ttf --filename ./dist/stats.html` Output: ```sh Options: --version Show version number [boolean] --filename Output file name [string]...

- to have multiple visualization(sunburst, treemap, network in one build) as https://esbuild.github.io/analyze/ - noz just name of the file with diagram to generate, but automatically open browser like source-map-explorer, webpack-bundle-analyzer

According to the readme, this should work: ``` esbuild-visualizer --metadata ./meta.json --exclude *.png ``` But it does not, exclude is no longer a valid options. ![image](https://github.com/user-attachments/assets/a8bc4ec2-0f2f-4439-8c55-4425fa90b728)