You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix for vite is here: vitejs/vite#19141 but I wonder if it's not caused by something deeper in the ways assets are bundled. In any case, I thought I would report it here and in vite
The text was updated successfully, but these errors were encountered:
I'm not sure this is a monaco language-client issue but we're on vite 5.4 and the appPlayground had an issue because it relies on importing:
http://localhost:3000/node_modules/@codingame/monaco-vscode-extensions-service-override/assets/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=6fdd6fd7-b142-4a8a-8076-3e736882eae4
but at the very least vite 5.4.x has an issue with it because it is then served by:
https://github.com/vitejs/vite/blob/da0caf5f9f25ed1803bfed0193b1d8d7b6a71631/packages/vite/src/node/server/middlewares/static.ts#L121
The fix for vite is here: vitejs/vite#19141 but I wonder if it's not caused by something deeper in the ways assets are bundled. In any case, I thought I would report it here and in vite
The text was updated successfully, but these errors were encountered: