Skip to content

Releases: smikula/webpack-bundle-stats-plugin

v1.0.0

21 Mar 16:11
b615f22

Choose a tag to compare

  • Changes the major version to 1 — there are no breaking changes here, but this seems stable enough to make a 1.0 release.
  • Adds origins to ChunkGroup (#15)

v0.3.0

24 Apr 21:16
78c2b8b

Choose a tag to compare

  • Changes BundleStats to embed modules within chunks instead of having a separate modules list (#11)
  • Adds chunkGroupType in ChunkGroup (#12)
  • Adds assets sizes to BundleStats (#13)

v0.2.1

14 Apr 21:34
423ea7d

Choose a tag to compare

  • Fixes typing for Chunk by adding a few missing properties (#9)

v0.2.0

24 Mar 00:28
146ce37

Choose a tag to compare

  • Adds a bunch of data about modules (#6)
  • Adds versioning to the output BundleStats object (#7)

v0.1.2

14 Oct 05:21
fb8928b

Choose a tag to compare

  • Changes plugin to use the compiler done hook instead of the compilation statsFactory hook (#3)

v0.1.1

13 Oct 19:56
0076df8

Choose a tag to compare

  • Adds exports for BundleStats, BundleStatsPluginOptions, and related types to the package index (#1)

v0.1.0

12 Oct 19:23

Choose a tag to compare

Initial release. See the README for usage.