Releases: nonzzz/vite-bundle-analyzer
Releases · nonzzz/vite-bundle-analyzer
v0.19.0
- Static resources output.
- The
fileName
option now supports passing a function to dynamically generate output filenames. This function receives the build metadata and should return a string. - Support Rolldown. (And Rolldown Vite)
import path from 'path'
analyzer({
fileName: (outputDir) => path.join(outputDir, 'report.html')
})
v0.18.0
- Use mri to replace commander.js
v0.17.3
- Respect Cli parse.
v0.17.2
- Fix cli wrong option passing.
v0.17.1
- Fixed warning not showing as expected. #58
- Non-js files no need to record child nodes.
credits
v0.17.0
v0.16.3
- Increase color brightness (Client)
- Improve the smoothness of events (Client)
v0.16.2
- Fix Safari render crash.
v0.16.1
- Update Client UI.
v0.16.0
- Better custom integrate.
- Fix
adapter
type error. - Support view
brotli
size. - Display
no-js
file.