-
What is the documentation issue?Hi, I'm updating to 15.0.1 and want to try turbopack when developing. I cant get it going though and the docs doesn't seem to help. I'm adding --turbo to I'm adding
Thanks Is there any context that might help us understand?Nothing more to add Does the docs page already exist? Please link to it.https://nextjs.org/docs/app/api-reference/next-config-js/turbo |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 6 replies
-
@badtant Webpack configuration is not supported in Turbopack, but some loaders are supported → https://nextjs.org/docs/architecture/turbopack#unsupported-features. |
Beta Was this translation helpful? Give feedback.
-
Hey @badtant , To start with Turbopack in Next.js:
Thanks . |
Beta Was this translation helpful? Give feedback.
-
Ok, but I'm still getting this message: |
Beta Was this translation helpful? Give feedback.
-
⚠ The config property
|
Beta Was this translation helpful? Give feedback.
-
if you are on the last version of next 15.3 const nextConfig: NextConfig = { |
Beta Was this translation helpful? Give feedback.
-
just change ur next.cnfig.ts and add turbopark entry then remove turbo from experimental before
then here is the updated config that works for "next": "15.4.6",
|
Beta Was this translation helpful? Give feedback.
@badtant It's working fine for me. Did you make sure to add
experimental
?