Update frontend-js-size.yml

This commit is contained in:
syuilo 2026-06-20 13:26:07 +09:00
commit dc97a72fdb

View file

@ -339,14 +339,18 @@ jobs:
'',
'### Top 10 largest chunks',
'<details>',
'',
markdownTable(topRows),
'',
'</details>',
'',
'### Startup chunks',
'<details>',
'',
markdownTable(startupRows),
'',
'_Top 10 is sorted by max(before, after) size. Diff top 10 is sorted by absolute size diff, with missing chunks compared against 0 B. Startup chunks are the Vite entry for `src/_boot_.ts` and its static imports._',
'',
'</details>',
'',
].join('\n');