Skip to content

Commit d90a4cc

Browse files
author
Loïc Mangeonjean
committed
fix: fix demo build
1 parent 16d506a commit d90a4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/vite.github-page.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export default defineConfig({
99
},
1010
base: 'https://codingame.github.io/monaco-vscode-api',
1111
resolve: {
12-
dedupe: ['monaco-editor']
12+
dedupe: ['monaco-editor', 'vscode']
1313
}
1414
})

0 commit comments

Comments
 (0)