-
Notifications
You must be signed in to change notification settings - Fork 78
feat: turbopack support #983
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
Conversation
🦋 Changeset detectedLatest commit: cf8c1da The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
|
There seems to be a legit issue with loading |
7d52331 to
60c7f62
Compare
conico974
left a comment
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.
LGTM, just a few nit
packages/cloudflare/src/cli/build/patches/ast/patch-vercel-og-library.ts
Outdated
Show resolved
Hide resolved
|
Great feedback, thanks Nico |
|
Can confirm that with this PR we're able to upgrade to Next 16 on Cloudflare Workers, where before this PR was released (v1.11.0) the preview URLs resulted in an "Internal server error" message 🎉 |
The code here is extracted from #956 by @conico974 🙏
It does not update the experimental example as composable cache fails on Next 16 for now.