-
We’re excited to introduce Turbopack, the successor to Webpack:
This discussion is where you can provide feedback on the beta. View the documentation and see the currently supported features. |
Beta Was this translation helpful? Give feedback.
Replies: 92 comments 107 replies
-
Running next dev --turbo quits instantly. package.json
|
Beta Was this translation helpful? Give feedback.
-
no tailwind :( |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
We use Typescripts |
Beta Was this translation helpful? Give feedback.
-
I'm getting warnings when using Turbopack that I don't think are valid.
TypeScript shows a warning when attempting to use export type * from './events'; Results in an It looks like TypeScript support for this syntax is not available yet, but may be coming soon: |
Beta Was this translation helpful? Give feedback.
-
How do I debug using turbopack? I'm in the example and trying to add |
Beta Was this translation helpful? Give feedback.
-
The
I think this might have to do with the d15308b#diff-f925c8a54d0915699648170786b422f2132ff4751034dfe5c06afbcf565b94b0R92 One of my components is using a |
Beta Was this translation helpful? Give feedback.
-
Turbopack failed for me without any message when the port was in use. Freeing the port and trying again worked fine. |
Beta Was this translation helpful? Give feedback.
-
when i start development mode with turbo enabled (
(i am using the |
Beta Was this translation helpful? Give feedback.
-
In the Expected (next dev)Borders are rendered around the sections Actual (next dev --turbo)No borders rendered |
Beta Was this translation helpful? Give feedback.
-
I tried using top level await and it doesn't work with turbopack - no surprise there; there are plenty of core features that have yet to be fleshed out. I just wanted to put my two cents in and say that I hope that there will be support for it since the top level await proposal is in stage 4 😬 |
Beta Was this translation helpful? Give feedback.
-
update tailwind classname |
Beta Was this translation helpful? Give feedback.
-
In the example from
|
Beta Was this translation helpful? Give feedback.
-
Keep getting this error when running 'next dev --turbo' after installing next v13 to my project:
|
Beta Was this translation helpful? Give feedback.
-
i would like to enable turbopack after i've created a nextjs application without adding the arg when installing. i.e. add to existing projects with nextjs as I've just heard about this feature but unable to |
Beta Was this translation helpful? Give feedback.
-
Cannot even get the starter example to work. :( |
Beta Was this translation helpful? Give feedback.
-
I got severe overheating problems and enormous ram usage when using turbo pack. Been using mac pro m1 for two years now and it is the first time it got overheated. |
Beta Was this translation helpful? Give feedback.
-
Hi, turbopack is very exciting and thanks for all the hard work! |
Beta Was this translation helpful? Give feedback.
-
Getting Error: Cannot find module 'next/dist/server/node-polyfill-fetch' after switching, can't quite figure out why. |
Beta Was this translation helpful? Give feedback.
-
Thanks for all of your feedback so far! Now that we are in the beta phase for Some features are still not implemented, and we have been tracking them in this issue: vercel/next.js#49174 |
Beta Was this translation helpful? Give feedback.
-
Hello ! The Nextjs and turbo pack is the best combination so far! Is there a plan to support the i18n setting in the turbo pack? |
Beta Was this translation helpful? Give feedback.
-
constantly fetching data while using clerk auth |
Beta Was this translation helpful? Give feedback.
-
Fonts seem to default to lowest possible font weights. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
i have the same issue #2312 (comment) . i created a new nextjs project. it stucks at ready for more than an hour. i tried accessing localhost:3000/ on browser and got stuck at loading state |
Beta Was this translation helpful? Give feedback.
-
Turbo not working with rechart js, but works well without it. |
Beta Was this translation helpful? Give feedback.
-
TrailingSlash is working great on Next.js, however it's blocking the use of Turbo. There is no sign of it, is it coming someday or is it deprecated? It would greatly help me with future choices, thank you guys. |
Beta Was this translation helpful? Give feedback.
-
I neglected to lock the conversation when I last provided an answer If you are experiencing issues with using Turbopack in Next.js, please open an issue with a reproduction on the Next.js repo. Thanks! |
Beta Was this translation helpful? Give feedback.
Thanks for all of your feedback so far! Now that we are in the beta phase for
next dev --turbo
, we would prefer people to open a GitHub issue with a reproduction if they are experiencing issues.Some features are still not implemented, and we have been tracking them in this issue: vercel/next.js#49174