Compiler turbopack support with Next.js
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?
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.
@MaciejWiatr @prashxant - this is currently WIP, we're working on this one!