Skip to content

Releases: nonzzz/vite-bundle-analyzer

v0.10.4

07 Aug 15:36
a531a0f
Compare
Choose a tag to compare
  • Add debug info.

v0.10.3

18 Jun 16:50
a133067
Compare
Choose a tag to compare

Patches

  • Fix static report does not work. #29

v0.10.2

13 Jun 10:47
fd033ab
Compare
Choose a tag to compare

Patches

  • Respect output options.

v0.10.1

13 Jun 10:23
515f379
Compare
Choose a tag to compare

Patches

  • Fix server mode should ensure the safe port

v0.10.0

12 Jun 12:50
38891dc
Compare
Choose a tag to compare

Improve

  • Using @jridgewell/source-map replace source-map. It can reduce 200kb at install stage.
  • Perf client rendering logic.

v0.9.4

12 Apr 01:52
ab604ee
Compare
Choose a tag to compare

Patches

  • Fix the problem of exit of generate task.

credits

@paulcarroll

v0.9.3

08 Apr 01:11
Compare
Choose a tag to compare

Improve

  • Reduce package size.

Patches

  • Fix counting size should skip unknown assets.
  • Fix openAnalyzer can't work on WSL/WSL2.

v0.9.2

20 Mar 15:15
6d5412d
Compare
Choose a tag to compare
  • Reduce package size.

v0.9.1

19 Mar 13:57
14d9332
Compare
Choose a tag to compare

Patches

  • Fix use absolute path for working directory. #17

credits

@TSmota

v0.9.0

16 Mar 14:51
b4c41b4
Compare
Choose a tag to compare

Features

  • Add rollup adapter.
import { analyzer, adapter } from "vite-bundle-analyzer";

plugins: [adapter(analyzer())];