Skip to content

fix: trigger patch release for production build fix - #6

Merged
Peyton-Spencer merged 1 commit into
mainfrom
chore/trigger-release
Feb 24, 2026
Merged

fix: trigger patch release for production build fix#6
Peyton-Spencer merged 1 commit into
mainfrom
chore/trigger-release

Conversation

@Peyton-Spencer

Copy link
Copy Markdown
Contributor

Summary

Empty commit with conventional commit message (fix: prefix) to trigger semantic-release for the production build fix merged in #5.

The previous PR's squash-merge commit didn't use conventional commit format, so semantic-release skipped publishing.

What gets released

The apply: "serve" fix from #5 — eliminates the 90% build time overhead from solid-grab during vite build.

The plugin was consuming 90% of build time during `vite build` because
Rolldown called into the transform hook for every module. Using Vite's
`apply: "serve"` option removes the plugin entirely from the build
pipeline in production, eliminating all hook call overhead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Peyton-Spencer
Peyton-Spencer merged commit 104b9ab into main Feb 24, 2026
2 checks passed
@Peyton-Spencer
Peyton-Spencer deleted the chore/trigger-release branch February 24, 2026 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant