Skip to content

Commit

Permalink
fix: fix github page demo config
Browse files Browse the repository at this point in the history
  • Loading branch information
CGNonofr authored Mar 29, 2023
1 parent 8d4ce8f commit 561721b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion demo/vite.github-page.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ import { defineConfig } from 'vite'

export default defineConfig({
base: 'https://codingame.github.io/monaco-vscode-api',
assetsInclude: ['**/*.wasm']
assetsInclude: ['**/*.wasm'],
resolve: {
dedupe: ['monaco-editor']
}
})

0 comments on commit 561721b

Please sign in to comment.