We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4ce8f commit 561721bCopy full SHA for 561721b
1 file changed
demo/vite.github-page.config.ts
@@ -2,5 +2,8 @@ import { defineConfig } from 'vite'
2
3
export default defineConfig({
4
base: 'https://codingame.github.io/monaco-vscode-api',
5
- assetsInclude: ['**/*.wasm']
+ assetsInclude: ['**/*.wasm'],
6
+ resolve: {
7
+ dedupe: ['monaco-editor']
8
+ }
9
})
0 commit comments