rollup-plugin-visualizer icon indicating copy to clipboard operation
rollup-plugin-visualizer copied to clipboard

📈⚖️ Visuallize your bundle

Results 19 rollup-plugin-visualizer issues
Sort by recently updated
recently updated
newest added

When clicking on a block it gets enlarged to more clearly reveal its contents, which is great, but when clicking on the currently enlarged block the treemap is not restored...

It'd be useful if it were possible to set the dimension that's selected by default between plain, gzip and brotli, for use cases where for example the gzip size is...

Spotted a few typos when reading the NPM package for the project :)

This PR is a copy of https://github.com/btd/esbuild-visualizer/pull/9 the latest sync of esbuild-visualizer with rollup-visualizer removed this fix furthermore, it should fix in rollup-visualizer - https://github.com/btd/rollup-plugin-visualizer/issues/154 - https://github.com/btd/rollup-plugin-visualizer/issues/167

I would like to add an image to pull requests after the build has completed to show the impact of the code changes. If we could export an image, it...

I currently blocked from updating `open` and `yargs` to latest versions, as they started to use ESM. I tried in v6 to use `require(esm)`, but there was data points that...

TODO

The new bundler is there: https://github.com/rolldown/rolldown/issues/819 Claimed to be rollup compatible. This issue to track if anything should be done for this. So far i added already one test https://github.com/btd/rollup-plugin-visualizer/blob/master/test/e2e-rolldown.test.ts...

TODO

See https://github.com/mrginglymus/rpv-css/blob/main/dist/stats.json - the file is present, but reported as zero length. As a workaround currently I'm applying the following patch: ```patch diff --git a/dist/plugin/index.js b/dist/plugin/index.js index cbac456309032373a79a3209a5f80fa720157afa..18591f0cde08c48eaafcc7df58fab5459fad1d1d 100644 ---...

I read that there are many issues that think glob difficult to use. I think these two modes are not the only ones to choose from, so I added the...