CodinGame / monaco-vscode-api

VSCode public API plugged on the monaco editor
MIT License
214 stars 29 forks source link

vite configuration error #306

Closed aiselp closed 6 months ago

aiselp commented 6 months ago

This is the configuration of my vite.config.ts. I don’t know what the uri is. The resolve attribute does not exist in import.meta. image

I get the following error when trying to start the development server image

cemalgnlts commented 6 months ago

Did you use this flag: --experimental-import-meta-resolve

https://github.com/CodinGame/monaco-vscode-api/blob/main/demo/package.json#L10