v2.0.0
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](https://private-user-images.githubusercontent.com/13300/402286923-8d5e47ee-16a6-47b8-ac48-33e63a37a2c3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NzYzMTQsIm5iZiI6MTczOTQ3NjAxNCwicGF0aCI6Ii8xMzMwMC80MDIyODY5MjMtOGQ1ZTQ3ZWUtMTZhNi00N2I4LWFjNDgtMzNlNjNhMzdhMmMzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE5NDY1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkyODRmODBlMDA5MzdjZTBjOTNjMzBmNmQxYjZlODIwY2E3NDA0M2Q0MTZmN2IzZWNhNDZlOWM2NTI1NDdkYzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ktzSsiDAuHKxvZ6OCPag9uqfkGW776Hm45okkAs71uo)
- 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.
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
- Update dependencies by @vio in #437
- Update dependencies by @vio in #441
- Update dependencies by @vio in #429
- build(deps-dev): bump typescript from 5.7.2 to 5.7.3 by @dependabot in #416
- build(deps-dev): bump release-it and @release-it/conventional-changelog by @dependabot in #415
- Update dependencies by @vio in #402
- Update dependencies by @vio in #422
- chore: Pin actions by @vio in #424
Full Changelog: v1.2.3...v2.0.0