dillon1000/react

Commit

Fix sizebot (#15771)

The previous naming scheme used the name of the resulting bundle file.
However, there are cases where multiple bundles have the same filename.
This meant whichever bundle finishes last overwrites the previous ones
with the same name.

The updated naming scheme is `bundle-sizes-<CI_NODE_INDEX>.json`.
Instead of generating a separate info file per bundle, it now creates
one per process.
Browse files
Changed paths3 files
First-parent comparison
M scripts/rollup/build.js ModifiedM scripts/rollup/consolidateBundleSizes.js ModifiedM scripts/rollup/stats.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…