mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 00:09:23 +02:00
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#380
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/196
Author: @SeolJaeHyeok
Created: 2/28/2026
Status: 🔄 Open
Base:
main← Head:fix/next-intl-webpack-aliases📝 Commits (3)
e9228d1fix: extract webpack resolve.alias from next.config plugins (#177)9fef35ftest: add next-intl ecosystem tests and extractWebpackAliases unit tests6c0c0e7docs: add ecosystem library compatibility section to README📊 Changes
12 files changed (+319 additions, -11 deletions)
View changed files
📝
.agents/skills/migrate-to-vinext/references/compatibility.md(+1 -1)📝
README.md(+21 -0)📝
packages/vinext/src/check.ts(+1 -1)📝
packages/vinext/src/config/next-config.ts(+81 -2)📝
packages/vinext/src/index.ts(+12 -1)📝
tests/ecosystem.test.ts(+46 -0)📝
tests/fixtures/ecosystem/next-intl/app/[locale]/layout.tsx(+2 -2)📝
tests/fixtures/ecosystem/next-intl/app/[locale]/page.tsx(+2 -0)📝
tests/fixtures/ecosystem/next-intl/i18n/request.ts(+4 -4)➕
tests/fixtures/ecosystem/next-intl/next.config.ts(+24 -0)📝
tests/fixtures/ecosystem/next-intl/vite.config.ts(+3 -0)📝
tests/shims.test.ts(+122 -0)📄 Description
Summary
always take precedence)
Fixes #177
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.