File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,9 +115,31 @@ export default defineNuxtConfig({
115115 } ,
116116 optimizeDeps : {
117117 include : [
118- 'fuse.js' ,
118+ '@antfu/utils' ,
119+ '@vueuse/core' ,
120+ '@floating-ui/dom' ,
119121 'd3-hierarchy' ,
120122 'd3-shape' ,
123+ 'fuse.js' ,
124+ 'codemirror' ,
125+ 'codemirror/addon/dialog/dialog' ,
126+ 'codemirror/addon/display/placeholder' ,
127+ 'codemirror/addon/search/jump-to-line' ,
128+ 'codemirror/addon/search/search' ,
129+ 'codemirror/mode/css/css' ,
130+ 'codemirror/mode/handlebars/handlebars' ,
131+ 'codemirror/mode/htmlmixed/htmlmixed' ,
132+ 'codemirror/mode/javascript/javascript' ,
133+ 'codemirror/mode/markdown/markdown' ,
134+ 'codemirror/mode/pug/pug' ,
135+ 'codemirror/mode/sass/sass' ,
136+ 'codemirror/mode/vue/vue' ,
137+ 'codemirror/mode/xml/xml' ,
138+ 'comlink' ,
139+ 'floating-vue' ,
140+ 'splitpanes' ,
141+ 'vue-virtual-scroller' ,
142+ 'nanovis' ,
121143 ] ,
122144 exclude : [
123145 'structured-clone-es' ,
You can’t perform that action at this time.
0 commit comments