You've already forked obsidian-visualiser
Rollback CharacterEditor to the previous version
This commit is contained in:
@@ -234,6 +234,43 @@ export default defineNuxtConfig({
|
||||
path: '/ws'
|
||||
},
|
||||
},
|
||||
optimizeDeps: {
|
||||
include: [
|
||||
'@atlaskit/pragmatic-drag-and-drop-auto-scroll/element',
|
||||
'@atlaskit/pragmatic-drag-and-drop-hitbox/tree-item',
|
||||
'@atlaskit/pragmatic-drag-and-drop/combine',
|
||||
'@atlaskit/pragmatic-drag-and-drop/element/adapter',
|
||||
'@codemirror/autocomplete',
|
||||
'@codemirror/commands',
|
||||
'@codemirror/lang-markdown',
|
||||
'@codemirror/language',
|
||||
'@codemirror/search',
|
||||
'@codemirror/state',
|
||||
'@codemirror/view',
|
||||
'@floating-ui/dom',
|
||||
'@iconify/vue',
|
||||
'@lezer/common',
|
||||
'@lezer/highlight',
|
||||
'hast-util-heading',
|
||||
'hast-util-heading-rank',
|
||||
'hast-util-select',
|
||||
'iconify-icon',
|
||||
'lodash.capitalize',
|
||||
'mdast-util-find-and-replace',
|
||||
'mdast-util-to-string',
|
||||
'remark-breaks',
|
||||
'remark-frontmatter',
|
||||
'remark-gfm',
|
||||
'remark-parse',
|
||||
'remark-rehype',
|
||||
'remark-stringify',
|
||||
'strip-markdown',
|
||||
'unified',
|
||||
'unist-util-visit',
|
||||
'zod',
|
||||
'zod/v4',
|
||||
]
|
||||
},
|
||||
},
|
||||
vue: {
|
||||
compilerOptions: {
|
||||
|
||||
Reference in New Issue
Block a user