Replies: 1 comment
-
|
Hey @jddubois thanks for reaching out. Please use a recent vite version. I used worker: {
format: 'es'
}Why do you use turbo in the project root? I was just wondering, because you could use vite for everything. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey TypeFox team. I've been trying to get my application to build after I added language server support that works on my dev server. I was able to reproduce this issue in a minimal example. I created a repo here to demonstrate.
I've been seeing the following error, and if I try to hack my vite resolver to get past the issue, I run into all kinds of runtime weirdness that I don't see in dev. Is there anything obviously wrong that I'm doing here? I also ran
npm list @codingame/monaco-vscode-apito check if I have multiple versions of this package, but it all looks clean. Thanks again for your help!Beta Was this translation helpful? Give feedback.
All reactions