mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #553] [MERGED] feat: production prerender pipeline #670
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#670
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/553
Author: @james-elicx
Created: 3/15/2026
Status: ✅ Merged
Merged: 3/16/2026
Merged by: @james-elicx
Base:
main← Head:feat/prod-prerender-pipeline📝 Commits (10+)
e550825feat: production prerender pipeline (no dev server)b9015f0chore: merge main (vite-plus migration) and fix createIsolatedFixture filter param type61236f1fix: build Pages Router SSR bundle for hybrid app+pages projects18fde83Clean up run-prerender: remove deprecated shim, fix progress arithmetic and typosa0b4bdfregen snaps1edf2eerefactor: clean up prerender pipeline, cache shim, and report utilities088d522fix: remove unused appDir from PrerenderAppOptions and all callersadd5e0frefactor: miscellaneous cleanups across prerender, cache, cli, and deploy0ce0936refactor: document gaps, re-detect project after installDeps, fix Vite resolution in deploy.ts8dd588drefactor(prerender): unify onProgress to single call site; document pageCount semantics📊 Changes
49 files changed (+3814 additions, -948 deletions)
View changed files
📝
examples/app-router-cloudflare/app/blog/[slug]/page.tsx(+4 -0)📝
examples/app-router-cloudflare/package.json(+1 -0)📝
packages/vinext/package.json(+7 -2)➕
packages/vinext/src/build/prerender.ts(+1275 -0)📝
packages/vinext/src/build/report.ts(+53 -8)➕
packages/vinext/src/build/run-prerender.ts(+321 -0)📝
packages/vinext/src/build/static-export.ts(+55 -673)📝
packages/vinext/src/cli.ts(+107 -5)📝
packages/vinext/src/deploy.ts(+86 -40)📝
packages/vinext/src/entries/app-rsc-entry.ts(+129 -0)📝
packages/vinext/src/entries/app-ssr-entry.ts(+17 -2)📝
packages/vinext/src/entries/pages-server-entry.ts(+2 -2)📝
packages/vinext/src/index.ts(+47 -8)📝
packages/vinext/src/server/prod-server.ts(+39 -8)📝
packages/vinext/src/shims/cache.ts(+85 -49)📝
pnpm-lock.yaml(+94 -31)📝
pnpm-workspace.yaml(+4 -1)📝
tests/__snapshots__/entry-templates.test.ts.snap(+279 -2)📝
tests/app-router.test.ts(+16 -42)📝
tests/build-report.test.ts(+2 -3)...and 29 more files
📄 Description
Summary
Tests
Future tasks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.