-
-
Notifications
You must be signed in to change notification settings - Fork 289
update: move next turbo config from experimental to top level #1840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@sakib412 is attempting to deploy a commit to the next-intl Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would unfortunately be a breaking change for users on Next.js <15.3.
Please see the previous discussion here:
Got you! Either we have to wait for to get the nextjs version in next config or we can pass the nextjs version in
function arg as options. (we can parse the version from |
I thought about that too, but I'm afraid there could be edge cases. E.g., can we make an assumption about where a The closest I could think of would be to use It sounds a bit hairy though and maybe there are edge cases. So ideally, Next.js would help a bit here, let's see if we can get support from them in vercel/next.js#78009. |
Ref: #1838