mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #342] [MERGED] fix: preserve next.config plugin aliases for next-intl #495
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#495
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/342
Author: @NathanDrake2406
Created: 3/8/2026
Status: ✅ Merged
Merged: 3/8/2026
Merged by: @james-elicx
Base:
main← Head:fix/preserve-next-config-plugin-aliases📝 Commits (3)
27745b6fix: preserve next.config plugin aliases48db49crefactor: probe wrapped webpack config oncec8bc0a1fix: tighten next.config alias warnings📊 Changes
11 files changed (+571 additions, -73 deletions)
View changed files
📝
packages/vinext/src/check.ts(+1 -1)📝
packages/vinext/src/config/next-config.ts(+139 -43)📝
packages/vinext/src/index.ts(+2 -1)📝
pnpm-lock.yaml(+188 -11)📝
tests/ecosystem.test.ts(+34 -2)📝
tests/fixtures/ecosystem/next-intl/app/[locale]/layout.tsx(+10 -2)📝
tests/fixtures/ecosystem/next-intl/i18n/request.ts(+6 -2)➕
tests/fixtures/ecosystem/next-intl/next.config.mjs(+5 -0)📝
tests/fixtures/ecosystem/next-intl/package.json(+1 -0)📝
tests/next-config.test.ts(+176 -2)📝
tests/shims.test.ts(+9 -9)📄 Description
Summary
next.configplugins and merge them into Vite resolutionnext-intlecosystem fixture to the upstream plugin-based App Router setup/enand/deSSRTesting
pnpm buildpnpm test tests/ecosystem.test.tspnpm test tests/shims.test.tspnpm test tests/next-config.test.ts🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.