Releases: nonzzz/vite-bundle-analyzer
Releases · nonzzz/vite-bundle-analyzer
v0.9.3
Improve
- Reduce package size.
Patches
- Fix counting size should skip unknown assets.
- Fix
openAnalyzer
can't work on WSL/WSL2.
v0.9.2
- Reduce package size.
v0.9.1
v0.9.0
Features
- Add rollup adapter.
import { analyzer, adapter } from "vite-bundle-analyzer";
plugins: [adapter(analyzer())];
v0.8.3
Patches
- Fix the possible deadlock when generating stats.
v0.8.2
Patches
- Fix
analyzerPort
typo.
v0.8.1
Patches
- Using javaScript String index to computing sourcemap.
v0.8.0
Improve & Features
- Now file import with query suffix(Like worker and etc) can be collect.
- Module size nearly the actullay size more.
- Remove collect rest module size anymore.
v0.7.0
v0.6.1
Patches
- Fix tree-map error deps.