lingo.dev icon indicating copy to clipboard operation
lingo.dev copied to clipboard

Compiler turbopack support with Next.js

Open MaciejWiatr opened this issue 2 months ago • 1 comments

As Tim announced on X, Turbopack will become the default compiler starting with Next.js 16. This raises some questions about the relevancy of Lingo compiler in the context of the most widely used React.js framework, since it currently does not support Turbopack. As a professional user of your package, I’d like to ask: what is the current state of Turbopack support, and are there any plans to release it in the near future?

Image

MaciejWiatr avatar Sep 30 '25 15:09 MaciejWiatr

With Next.js 16, Turbopack is now the default bundler for typical apps.The docs says that we no longer need to use --turbopack flags; the scripts next dev, next build will use Turbopack by default.

prashxant avatar Oct 29 '25 18:10 prashxant

@MaciejWiatr @prashxant - this is currently WIP, we're working on this one!

maxprilutskiy avatar Nov 11 '25 06:11 maxprilutskiy