- Increase color brightness (Client)
- Improve the smoothness of events (Client)
- Fix Safari render crash.
- Update Client UI.
- Better custom integrate.
- Fix
adapter
type error. - Support view
brotli
size. - Display
no-js
file.
- Fix
adapter
type error.
Change hook order.
- Add Brotli size.
- Display no-js files.
Add more friendly API for integrate.
Expose render
and other methods to better integrate into custom tools.
- Revert the recent change to avoid bundling crash. (This usually happends when running mulitple instances.)
- Support vite6.
- Reduce bundle size.
- Improve plugin integration support
Bump client deps.
- Fix
type='module'
can't work.
- Fix error shebang.
- Add a simple cli tool. use like:
$ analyze -c ./vite.config.ts
- Adjust treemap background color
- Fix the fuck vitepress static generator can't work!!!
Replace @carrotsearch/foamtree
with squarified
. For some reason i think the two library are similar. (And the new one can reduce 200kb)
And the new library can better customize the function.
Before v0.13.0
the client look like classic
The new client
Better debug log info.
- Minimum support for
[email protected]
.
- Fix #38
- Add new option
defaultSizes
. #19 - Static mode support generating living server.(This version will open the client automatically, If you don't want please set
openAnalyzer
asfalse
.) #37
- Make default options happy.
@a145789
- Reduce debug info package size.
- Makesure tool can be work.
- Add debug info.
- Fix static report does not work. #29
- Respect output options.
- Fix server mode should ensure the safe port.
- Using
@jridgewell/source-map
replacesource-map
. It can reduce 200kb at install stage. - Perf client rendering logic.
- Fix the problem of exit of generate task.
@paulcarroll
- Reduce package size.
- Fix counting size should skip unknown assets.
- Fix
openAnalyzer
can't work on WSL/WSL2.
- Reduce package size.
- Fix use absolute path for working directory. #17
@TSmota
- Add rollup adapter.
import { adapter, analyzer } from 'vite-bundle-analyzer'
plugins: ;
;[adapter(analyzer())]
- Fix the possible deadlock when generating stats.
- Fix
analyzerPort
typo.
- Using javaScript String index to computing sourcemap.
- 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.
- Sub module render by chunk size. #14
- Fix tree-map error deps.
- Support
summary
option details see #10.
@a3mitskevich
- Remove unnecessary assets or chunk info.
- parsed and gzip size closer to the actual size.
- Modify the data struct for
stats.json
. - Full details see #9.
- Reduce package size.(Three quarters).
- Client Add Search function. #6
@a3mitskevich
- Client Add Filter by entrypoints.
- Perf client side-bar styles.
- Changed output target to
build.outDir
by default.
@a3mitskevich @nonzzz
This version is a stable version that implements most of the functions of webpack-bundle-analyzer
.
Provide a more streamlined configuration.
First version.