@@ -25,46 +25,70 @@ export default defineConfig({
25
25
output : {
26
26
manualChunks : {
27
27
vue : [ 'vue' ] ,
28
- refractor : [ 'refractor' ] ,
28
+ 'vue-markdown-preview' : [ '@uivjs/vue-markdown-preview' ] ,
29
+ 'hast-util' : [
30
+ 'hast-util-has-property' ,
31
+ 'hast-util-heading-rank' ,
32
+ 'hast-util-is-element' ,
33
+ 'hast-util-to-string' ,
34
+ 'hast-util-parse-selector' ,
35
+ 'hast-util-from-parse5' ,
36
+ 'hast-util-raw' ,
37
+ 'hast-util-to-parse5' ,
38
+ 'hast-util-select' ,
39
+ 'hast-util-whitespace' ,
40
+ 'hast-util-to-html' ,
41
+ 'hastscript' ,
42
+ 'mdast-util-to-hast' ,
43
+ ] ,
29
44
unified : [
45
+ 'unified' ,
30
46
'comma-separated-tokens' ,
31
47
'property-information' ,
32
48
'remark-gfm' ,
33
49
'remark-parse' ,
34
50
'remark-rehype' ,
35
51
'space-separated-tokens' ,
36
52
'style-to-object' ,
37
- 'unified' ,
38
- ] ,
39
- rehype : [
53
+ 'refractor' ,
40
54
'rehype-attr' ,
41
55
'rehype-autolink-headings' ,
56
+ 'rehype-parse' ,
42
57
'rehype-raw' ,
43
58
'rehype-rewrite' ,
44
59
'rehype-slug' ,
45
60
'rehype-stringify' ,
61
+ 'remark-rehype' ,
46
62
] ,
47
- 'vue-markdown-preview' : [ '@uivjs/vue-markdown-preview' ] ,
48
- 'hast-util' : [ 'hast-util-raw' , 'hast-util-select' , 'mdast-util-to-hast' ] ,
49
- micromark : [ 'micromark' , 'micromark-core-commonmark' , 'micromark-extension-gfm-table' ] ,
50
63
'rehype-prism-plus' : [ 'rehype-prism-plus' ] ,
51
64
'micromark-extension' : [
52
- 'micromark-util-subtokenize ' ,
65
+ 'micromark' ,
53
66
'micromark-util-character' ,
54
- 'micromark-util-chunked' ,
55
- 'micromark-util-subtokenize' ,
67
+ 'micromark-extension-gfm' ,
56
68
'micromark-extension-gfm-autolink-literal' ,
57
69
'micromark-extension-gfm-footnote' ,
70
+ 'micromark-core-commonmark' ,
71
+ 'micromark-factory-destination' ,
72
+ 'micromark-factory-label' ,
73
+ 'micromark-factory-title' ,
74
+ 'micromark-factory-whitespace' ,
75
+ 'micromark-factory-space' ,
58
76
'micromark-extension-gfm-strikethrough' ,
77
+ 'micromark-extension-gfm-table' ,
78
+ 'micromark-extension-gfm-tagfilter' ,
59
79
'micromark-extension-gfm-task-list-item' ,
60
- 'mdast-util-gfm-autolink-literal' ,
61
- 'mdast-util-to-markdown' ,
62
- 'mdast-util-find-and-replace' ,
63
- 'mdast-util-gfm-table' ,
64
- 'mdast-util-from-markdown' ,
65
- 'markdown-table' ,
66
- 'github-slugger' ,
67
- 'vfile' ,
80
+ 'micromark-util-combine-extensions' ,
81
+ 'micromark-util-types' ,
82
+ 'micromark-util-decode-numeric-character-reference' ,
83
+ 'micromark-util-decode-string' ,
84
+ 'micromark-util-normalize-identifier' ,
85
+ 'micromark-util-chunked' ,
86
+ 'micromark-util-classify-character' ,
87
+ 'micromark-util-resolve-all' ,
88
+ 'micromark-util-html-tag-name' ,
89
+ 'micromark-util-encode' ,
90
+ 'micromark-util-subtokenize' ,
91
+ 'micromark-util-sanitize-uri' ,
68
92
] ,
69
93
} ,
70
94
} ,
0 commit comments