Christian Angelo M Sulit
Results
41
comments of
Christian Angelo M Sulit
Regression in Next.js 15.4.0-canary.105 causes Turbo production builds to crash in certain scenarios
> That's a great reproduction. It's indeed a Turbopack bug. You can use `nextConfig.experimental.turbopackScopeHoisting = false` to workaround it by disabling the faulty optimization until this is fixed [#82827](https://github.com/vercel/next.js/pull/82827) Not...