huozhi / bunchee

Zero config bundler for ECMAScript and TypeScript packages
https://npmjs.com/bunchee
861 stars 28 forks source link

[Feature Request] Bundle Analyzer #496

Open SukkaW opened 3 months ago

SukkaW commented 3 months ago

A built-in bundle analyzer feature.

I recommend considering vite-bundle-analyzer. It supports both Vite and Rollup (via the adapter named export) and its functionality aligns closely with the webpack-bundle-analyzer.

Screenshots:

image

See also: https://github.com/SukkaW/DisqusJS/pull/83