mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-20 18:18:32 +00:00
add missing external deps to react pkg
This commit is contained in:
parent
8e61673bd6
commit
a022e5bb93
@ -38,7 +38,9 @@ export default defineConfig({
|
|||||||
'@codemirror/commands',
|
'@codemirror/commands',
|
||||||
'@lezer/highlight',
|
'@lezer/highlight',
|
||||||
'@codemirror/language',
|
'@codemirror/language',
|
||||||
'@uiw/codemirror-themes'
|
'@uiw/codemirror-themes',
|
||||||
|
'@uiw/react-codemirror',
|
||||||
|
'@lezer/highlight',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
target: 'esnext',
|
target: 'esnext',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user