Releases: nonzzz/vite-bundle-analyzer
Releases · nonzzz/vite-bundle-analyzer
v0.10.4
- Add debug info.
v0.10.3
v0.10.2
Patches
- Respect output options.
v0.10.1
Patches
- Fix server mode should ensure the safe port
v0.10.0
Improve
- Using
@jridgewell/source-map
replacesource-map
. It can reduce 200kb at install stage. - Perf client rendering logic.
v0.9.4
Patches
- Fix the problem of exit of generate task.
credits
@paulcarroll
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())];