Skip to content

v2.3.0

Compare
Choose a tag to compare
@nikolay-borzov nikolay-borzov released this 19 Feb 14:26
· 41 commits to master since this release

πŸš€ Enhancements

  • #113 Calculate gzip sizes. CLI/API got gzip option/parameter that enables calculating gzip size (gzip-size package is used) instead of parsed size. Calculating gzip size makes impossible to calculate unmapped bytes because the sum of gzip sizes is not equal to total bytes due to the nature of compression. Therefore setting gzip = true/--gzip will also set onlyMapped = true. Thanks to @tylergraf for the contribution!
  • #137 Collapse non-contributing directories

πŸ› Bug fixes

  • #160 Fix coverages for inlined code exclusion. Thanks to @aholachek for the contribution!
  • #158 Version 2.2 too slow

Other

  • bundle-wizard - Easier analysis of webapp entry points (uses source-map-explorer under the hood)