mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #547] [CLOSED] fix(vite-8): remove deprecated Rollup config options for Vite 8/Rolldown #664
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#664
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/547
Author: @yunus25jmi1
Created: 3/15/2026
Status: ❌ Closed
Base:
main← Head:fix/vite-8-deprecated-warnings-540📝 Commits (10+)
506d825fix: serve static HTML files from public/ after rewrites (issue #199)7d3786fMerge remote-tracking branch 'upstream/main' into fix/issue-199-rewritescc56d2caddress bonk review: hoist resolvedPublicDir, log non-ENOENT errors, add wasm MIME type, document leading-slash assumptionc4835eeaddress bonk review: hoist __publicDir to module scope, add fallback rewrite static file tests945b9ccfix: use path.resolve for publicDir consistency with index.tsa6852a1Update packages/vinext/src/index.tse629695Update packages/vinext/src/index.tsa9013cdMerge upstream/main into fix/issue-199-rewritescab6115fix syntax errors in merge resolutione30bd8bfix: update snapshots and formatting for static file serving feature📊 Changes
16 files changed (+678 additions, -45 deletions)
View changed files
📝
packages/vinext/src/cli.ts(+7 -3)📝
packages/vinext/src/entries/app-rsc-entry.ts(+51 -1)📝
packages/vinext/src/index.ts(+118 -10)➕
packages/vinext/src/server/mime.ts(+47 -0)📝
packages/vinext/src/server/prod-server.ts(+26 -24)📝
tests/__snapshots__/entry-templates.test.ts.snap(+259 -7)📝
tests/app-router.test.ts(+60 -0)📝
tests/fixtures/app-basic/next.config.ts(+6 -0)➕
tests/fixtures/app-basic/public/auth/no-access.html(+9 -0)➕
tests/fixtures/app-basic/public/fallback-page.html(+10 -0)➕
tests/fixtures/app-basic/public/static-html-page.html(+10 -0)📝
tests/fixtures/pages-basic/next.config.mjs(+15 -0)➕
tests/fixtures/pages-basic/public/auth/no-access.html(+9 -0)➕
tests/fixtures/pages-basic/public/fallback-page.html(+10 -0)➕
tests/fixtures/pages-basic/public/static-html-page.html(+10 -0)📝
tests/pages-router.test.ts(+31 -0)📄 Description
Fixes #540
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.