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 |
Replies: 6 comments 7 replies
|
@badtant Webpack configuration is not supported in Turbopack, but some loaders are supported → https://nextjs.org/docs/architecture/turbopack#unsupported-features. |
|
Hey @badtant , To start with Turbopack in Next.js:
Thanks . |
|
Ok, but I'm still getting this message: |
|
⚠ The config property |
|
if you are on the last version of next 15.3 const nextConfig: NextConfig = { |
|
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", |


@badtant It's working fine for me. Did you make sure to add
experimental?