From dc97a72fdb1158fb474d0152b7345adbd64629c8 Mon Sep 17 00:00:00 2001
From: syuilo <4439005+syuilo@users.noreply.github.com>
Date: Sat, 20 Jun 2026 13:26:07 +0900
Subject: [PATCH] Update frontend-js-size.yml
---
.github/workflows/frontend-js-size.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/frontend-js-size.yml b/.github/workflows/frontend-js-size.yml
index 67d4e050c6..529f5cae79 100644
--- a/.github/workflows/frontend-js-size.yml
+++ b/.github/workflows/frontend-js-size.yml
@@ -339,14 +339,18 @@ jobs:
'',
'### Top 10 largest chunks',
'',
+ '',
markdownTable(topRows),
+ '',
' ',
'',
'### Startup chunks',
'',
+ '',
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._',
+ '',
' ',
'',
].join('\n');