Skip to content

v2.0.0

Compare
Choose a tag to compare
@vio vio released this 21 Jan 21:03
· 5 commits to master since this release

Breaking changes

Fix initial flag extraction

Note

No changes are required, but due to the fixes on the way the chunk initial flag is extracted, the initial JS/CSS metric on bundlestats can be different.

rollup-intitial-flag-before-after
  • Fix chunk initial flag by @vio in #403
  • Fix transform size by @vio in #423
  • fix: Always extract source to calculate stat size by @vio in #425
  • fix entry initial flag by @vio in #426

Output JSON outside of the vite/rollup bundle process

Note

No changes are required, but if you use excludeAssets to ignore webpack-stats.json from the stats file, you can remove the configuration option. The stats are not going to contain the webpack-stats.json entry anymore.

  • feat: Write stats outside of the compilation by @vio in #419

Other changes

  • fix: Explicit type imports by @vio in #428
  • use rollup-plugin-stats by @vio in #413
  • fix: Remove unnecessary source option by @vio in #414
  • build: Use relative-ci/.github setup action by @vio in #417
  • build: Update node setup by @vio in #418

Update dependencies

Full Changelog: v1.2.3...v2.0.0