Skip to content

Commit

Permalink
refactor: preserve components for better tree shaking
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Nov 13, 2024
1 parent f75a837 commit 5f9a326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
const results = [
await assertSize('./fixtures/ssg/dist/client', 308),
await assertSize('./fixtures/webstudio-remix-netlify-functions/build/client', 396),
await assertSize('./fixtures/webstudio-remix-vercel/build/client', 396),
]
for (const result of results) {
if (result.passed) {
Expand Down

0 comments on commit 5f9a326

Please sign in to comment.