mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
fix excalidraw package
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
"@docmost/editor-ext": "workspace:*",
|
"@docmost/editor-ext": "workspace:*",
|
||||||
"@emoji-mart/data": "^1.2.1",
|
"@emoji-mart/data": "^1.2.1",
|
||||||
"@emoji-mart/react": "^1.1.1",
|
"@emoji-mart/react": "^1.1.1",
|
||||||
"@excalidraw/excalidraw": "0.18.0",
|
"@excalidraw/excalidraw": "0.18.0-3a5ef40",
|
||||||
"@mantine/core": "^8.3.18",
|
"@mantine/core": "^8.3.18",
|
||||||
"@mantine/dates": "^8.3.18",
|
"@mantine/dates": "^8.3.18",
|
||||||
"@mantine/form": "^8.3.18",
|
"@mantine/form": "^8.3.18",
|
||||||
|
|||||||
@@ -41,7 +41,6 @@ export default defineConfig(({ mode }) => {
|
|||||||
codeSplitting: {
|
codeSplitting: {
|
||||||
groups: [
|
groups: [
|
||||||
{ name: "vendor-mantine", test: /@mantine/ },
|
{ name: "vendor-mantine", test: /@mantine/ },
|
||||||
{ name: "vendor-tiptap", test: /tiptap|prosemirror/ },
|
|
||||||
{ name: "vendor-mermaid", test: /mermaid|cytoscape|elkjs/ },
|
{ name: "vendor-mermaid", test: /mermaid|cytoscape|elkjs/ },
|
||||||
{ name: "vendor-excalidraw", test: /excalidraw/ },
|
{ name: "vendor-excalidraw", test: /excalidraw/ },
|
||||||
{ name: "vendor-katex", test: /katex/ },
|
{ name: "vendor-katex", test: /katex/ },
|
||||||
|
|||||||
Generated
+1368
-315
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user