Skip to content

Releases: nonzzz/vite-bundle-analyzer

v0.19.0

18 Apr 02:26
31dfb65
Compare
Choose a tag to compare
  • 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

15 Mar 12:19
13edfdb
Compare
Choose a tag to compare
  • Use mri to replace commander.js

v0.17.3

13 Mar 09:45
fe2d8e0
Compare
Choose a tag to compare
  • Respect Cli parse.

v0.17.2

13 Mar 09:09
be37969
Compare
Choose a tag to compare
  • Fix cli wrong option passing.

v0.17.1

18 Feb 08:34
a5ec4b0
Compare
Choose a tag to compare
  • Fixed warning not showing as expected. #58
  • Non-js files no need to record child nodes.

credits

@urbnjamesmi1

v0.17.0

07 Feb 09:15
4ab1962
Compare
Choose a tag to compare
  • Cli add default config path (vite.config.ts)

credits

@kricsleo

v0.16.3

06 Feb 02:50
44f875d
Compare
Choose a tag to compare
  • Increase color brightness (Client)
  • Improve the smoothness of events (Client)

v0.16.2

03 Feb 04:08
7836ad2
Compare
Choose a tag to compare
  • Fix Safari render crash.

v0.16.1

28 Jan 13:41
ce70584
Compare
Choose a tag to compare
  • Update Client UI.

v0.16.0

07 Jan 03:38
3c8de48
Compare
Choose a tag to compare
  • Better custom integrate.
  • Fix adapter type error.
  • Support view brotli size.
  • Display no-js file.