jquery/build
Michał Gołębiowski-Owczarek e4b5e62277
Build: Report Brotli sizes in compareSize
So far, we were mostly optimizing gzipped sizes. However, using Brotli is more
and more popular as all modern browsers support it and compression is much
better. It makes sense to also pay attention to these numbers.

The `comparseSize` version stays at `2` as this only introduces a new field
without affecting existing ones. The only drawback is comparisons with branches
that didnt have Brotli computed before will return `NaN`. This can be easily
fixed locally by checking out the branch and running the build, but at least
we don't lose gzipped sizes in the meantime.

Closes gh-5586
2024-11-25 23:21:37 +01:00
..
fixtures Docs: Update remaining HTTP URLs to HTTPS 2024-04-25 00:22:36 +02:00
release Build: align eslint config with 3.x branch as much as possible 2024-08-08 21:39:11 -04:00
tasks Build: Report Brotli sizes in compareSize 2024-11-25 23:21:37 +01:00
command.js Release: migrate release process to release-it 2024-07-11 10:00:56 -04:00