You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nextjs is developing their new bundler, named Turbopack, to speed up the development mode. It drastically reduces the hot reloading time, leading to a much better DX.
Problem
Hatchet does not compile when running next in Turbo mode.
Context
Nextjs is developing their new bundler, named Turbopack, to speed up the development mode. It drastically reduces the hot reloading time, leading to a much better DX.
Problem
Hatchet does not compile when running next in Turbo mode.
Evidence / How to reproduce
package.json
to run next in Turbo mode:next dev --turbo
http://localhost:3000
The page will not compile and a Module not found exception will be thrown.
The text was updated successfully, but these errors were encountered: