1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 17:55:06 +02:00

Update frontend-js-size.yml

This commit is contained in:
syuilo
2026-06-20 13:26:07 +09:00
parent cc7f1e7366
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');