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', '### Top 10 largest chunks',
'<details>', '<details>',
'',
markdownTable(topRows), markdownTable(topRows),
'',
'</details>', '</details>',
'', '',
'### Startup chunks', '### Startup chunks',
'<details>', '<details>',
'',
markdownTable(startupRows), 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._', '_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>', '</details>',
'', '',
].join('\n'); ].join('\n');