Skip to content

Commit 43f7bbe

Browse files
authored
Update message in CI size report. (#25627)
Clarifies meaning of full and tree-shaken builds.
1 parent ed9be54 commit 43f7bbe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/report-size.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,16 @@ jobs:
117117
edit-mode: replace
118118
body: |
119119
### 📦 Bundle size
120+
121+
_Full ESM build, minified and gzipped._
122+
120123
| Filesize | Gzipped | Diff from `${{ github.ref_name }}` |
121124
|----------|---------|------|
122125
| ${{ steps.format.outputs.FILESIZE }} | ${{ steps.format.outputs.FILESIZE_GZIP }} | ${{ steps.format.outputs.FILESIZE_DIFF }} |
123126
124127
### 🌳 Bundle size after tree-shaking
125128
126-
_Includes a renderer, camera, and empty scene._
129+
_Minimal build including a renderer, camera, empty scene, and dependencies._
127130
128131
| Filesize | Gzipped | Diff from `${{ github.ref_name }}` |
129132
|----------|---------|------|

0 commit comments

Comments
 (0)