Error in build using vite when updating to 16.0.0 #607
Answered
by
CGNonofr
erickRochaIP
asked this question in
Q&A
-
Hello! I've just updated from 15.0.3 to 16.0.0 and I'm having some errors in build. That's the output:
I don't know if it might be related to the following new bugfix: improve build process fdf43b3 |
Beta Was this translation helpful? Give feedback.
Answered by
CGNonofr
Apr 11, 2025
Replies: 2 comments 8 replies
-
I added the following to build: {
rollupOptions: {
external: ['@codingame/monaco-vscode-api/vscode/vs/base/browser/cssValue'],
},
}, Now I have this error:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you run I suspect you have multiple versions of the lib installed |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Workers were refactored on the VSCode side in the last version, and indeed the demo doesn't test the standalone workers 🤔 I'll have a look! thanks