Skip to content

Releases: smikula/webpack-bundle-diff

v1.2.5

Choose a tag to compare

@smikula smikula released this 15 May 14:46
  • Fixes case where stats includes an empty children array (#85)

v1.2.4

Choose a tag to compare

@smikula smikula released this 22 Nov 15:55
b87f5cd
  • Fixes parent module derivation when using Compilation stats (#79)
  • Fixes directParents and lazyParents when merging module graph nodes (#80)

v1.2.3

Choose a tag to compare

@smikula smikula released this 18 Oct 22:29
b9b1374
  • Fixes regression related to scope hoisted modules (#76)

v1.2.2

Choose a tag to compare

@smikula smikula released this 18 Oct 21:07
be55bcf
  • Fixes regression where module parents were not getting populated in the module graph (#74)

v1.2.1

Choose a tag to compare

@smikula smikula released this 05 Oct 21:05
027bca0
  • Fixes regression with 'module.parents' when using Compilation stats (#72)

v1.2.0

Choose a tag to compare

@smikula smikula released this 04 Oct 22:31
9c8f431
  • Adds option to support stats generated from multiple configs (#68)
  • Adds functionality to generate bundle stats using the Compilation object (#70)

v1.1.0

Choose a tag to compare

@smikula smikula released this 23 Mar 01:21
c5ac68e
  • Fixes a bug where some child->parent edges were missed (#44)
  • Adds two new fields on ModuleGraphNode, directParents (corresponding to normal imports) and lazyParents (corresponding to dynamic imports). These can be useful for analyzing the module graph.

v0.6.0

Choose a tag to compare

@smikula smikula released this 22 Mar 18:51
5017f60
  • Fixes a bug where some child->parent edges were missed (#44)
  • Adds two new fields on ModuleGraphNode, directParents (corresponding to normal imports) and lazyParents (corresponding to dynamic imports). These can be useful for analyzing the module graph.

v1.0.0

Choose a tag to compare

@smikula smikula released this 04 Mar 23:10
aac913b

This release updates webpack-bundle-diff to work with Webpack v5. (#40) This is a breaking change; this package is no longer compatible with Webpack v4. (For older versions of Webpack you can continue to use v0.x.x.)

v0.5.2

Choose a tag to compare

@smikula smikula released this 03 Nov 21:18
108b839
  • Change the hidden threshold to be configurable (#27)
  • Update various dependencies (#24, #29)