add missing external deps to react pkg
This commit is contained in:
parent
8e61673bd6
commit
a022e5bb93
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue