Skip to content

Commit

Permalink
dedupe monaco and vscode
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Oct 2, 2023
1 parent c00b9ae commit 7f597fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
resolve: {
dedupe: ['monaco-editor', 'vscode']
},
})

0 comments on commit 7f597fb

Please sign in to comment.