Skip to content

Releases: nonzzz/vite-bundle-analyzer

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())];

v0.8.3

10 Mar 13:07
892f0d1
Compare
Choose a tag to compare

Patches

  • Fix the possible deadlock when generating stats.

v0.8.2

09 Mar 08:39
ba653c1
Compare
Choose a tag to compare

Patches

  • Fix analyzerPort typo.

v0.8.1

26 Feb 04:05
99e1eba
Compare
Choose a tag to compare

Patches

  • Using javaScript String index to computing sourcemap.

v0.8.0

19 Feb 07:57
96e8ff1
Compare
Choose a tag to compare

Improve & Features

  • 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.

v0.7.0

17 Jan 17:10
2caad5b
Compare
Choose a tag to compare

Improve

  • Sub module render by chunk size. #14

v0.6.1

03 Jan 11:32
d5d1a58
Compare
Choose a tag to compare

Patches

  • Fix tree-map error deps.