Replies: 2 comments 2 replies
|
Hi! Just had a look There is a
It seems turbopack doesn't support workers very well, at least doesn't support the |
Yes, I can confirm that. For workers you have in your app/under your control you can pre-bundle them, but when things happen in your dependencies you are stuck.
It seems not very configurable. At least that is my impression when I looked at the docs |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi @CGNonofr have your used this stack already with Next.js 16 where Turbopack is now the default?

Turbopack does not like the Textmate tokenizer:
and also fails to load the worker based extension host when using

@codingame/monaco-vscode-typescript-language-features-default-extension.So far, I have not found a way to fix it, but I am investigating right now. Any ideas are welcome. 🙂
Problems can be reproduced on this branch: https://github.com/TypeFox/monaco-languageclient/tree/nextjs-16
Edit: I swapped the images as they were in the wrong order.
All reactions