Writing

Turbopack: what we have had to fix

4 write-ups from production, newest first. Each one is a problem hit on a real project and how it was diagnosed and fixed.

4 articles
5 min read

Next.js Turbopack Linked Package Reload Fix

Next.js Turbopack linked package reload issues usually come from symlink watching and package transpilation. Here is the 16.2.4 fix path I use today safely.

Next.jsTurbopack