-
Notifications
You must be signed in to change notification settings - Fork 78
Add support for turbopack in Next 16 #956
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
|
commit: |
| switch(chunkPath) { | ||
| ${Array.from(chunks).map(chunk => ` case "${ | ||
| // we only want the path after /path/to/.next/ | ||
| chunk.replace(/.*\.next\//, "") |
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.
| chunk.replace(/.*\.next\//, "") | |
| chunk.replace(/.*\\/.next\//, "") |
e4cdd60 to
64bf7c7
Compare
Introduce support for turbopack for Next 16+.
Bump e2e/experimental to 16.
It's a draft for now, need to investigate this opennextjs/opennextjs-aws#1022 (might not be necessary in every case)