Files
react/scripts
Andrew Clark 3b2302253f 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.
2019-05-29 21:30:16 -07:00
..
2018-11-12 16:25:32 +00:00
2019-02-24 09:50:23 -08:00
2019-05-29 21:30:16 -07:00
2018-09-11 21:06:44 +01:00
2013-09-09 23:42:54 -07:00