Closed
Description
The --stats
flag removal should be documented as a breaking change, or at least somewhere in the v3
release notes right? My CI processes relied on using the bundle-stats.json
file and now are failing and I have to come up with a new way to track my bundle sizes. Obviously I can read the file sizes in the directory, but now I have to gzip them to see those sizes.
looks like this was a direct commit with no issue or discussion so might be why it was missed when generating changelog notes:
cc @bugzpodder
Not a huge deal, but I thought I was doing something wrong and spent a bit of time digging to find out that this changed.