Skip to content

Commit 1486d5d

Browse files
committed
Fix vercel deployment, non-react codemirror demo
1 parent 0967b2e commit 1486d5d

File tree

1 file changed

+5
-0
lines changed
  • apps/javascript/crdt/text-editors/codemirror/codemirror-crdt-demo

1 file changed

+5
-0
lines changed

apps/javascript/crdt/text-editors/codemirror/codemirror-crdt-demo/vite.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ export default defineConfig({
66
alias: {
77
'@': path.resolve(__dirname, './src'),
88
},
9+
dedupe: [
10+
'@codemirror/state',
11+
'@codemirror/view',
12+
'@codemirror/language',
13+
],
914
},
1015
server: {
1116
port: 3000,

0 commit comments

Comments
 (0)