[PR #649] [MERGED] feat: support inline next config #744

Closed
opened 2026-05-06 13:09:54 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/649
Author: @hyoban
Created: 3/22/2026
Status: Merged
Merged: 3/23/2026
Merged by: @james-elicx

Base: mainHead: 3-23-inline-next-config


📝 Commits (3)

📊 Changes

5 files changed (+290 additions, -37 deletions)

View changed files

📝 README.md (+1 -0)
📝 packages/vinext/src/config/next-config.ts (+66 -35)
📝 packages/vinext/src/index.ts (+28 -2)
📝 tests/optimize-imports.test.ts (+70 -0)
📝 tests/pages-router.test.ts (+125 -0)

📄 Description

This lets us avoid making a separate next.config.ts file.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/649 **Author:** [@hyoban](https://github.com/hyoban) **Created:** 3/22/2026 **Status:** ✅ Merged **Merged:** 3/23/2026 **Merged by:** [@james-elicx](https://github.com/james-elicx) **Base:** `main` ← **Head:** `3-23-inline-next-config` --- ### 📝 Commits (3) - [`4751209`](https://github.com/cloudflare/vinext/commit/47512096ca6b75ca855a146d5724a1ff7e0c75c4) feat: support inline next config - [`09559d8`](https://github.com/cloudflare/vinext/commit/09559d84ceaccc30a791c26c35713aa601af80de) Apply suggestion from @james-elicx - [`e4e72d9`](https://github.com/cloudflare/vinext/commit/e4e72d9dbb395f30c4116a726f503b7be1080b8b) tweaks ### 📊 Changes **5 files changed** (+290 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `packages/vinext/src/config/next-config.ts` (+66 -35) 📝 `packages/vinext/src/index.ts` (+28 -2) 📝 `tests/optimize-imports.test.ts` (+70 -0) 📝 `tests/pages-router.test.ts` (+125 -0) </details> ### 📄 Description This lets us avoid making a separate next.config.ts file. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:09:54 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#744
No description provided.