mirror of
https://github.com/zadam/trilium.git
synced 2025-12-04 22:44:25 +01:00
Remove mathlive dependency and chunking
This commit is contained in:
parent
39838c25c2
commit
569b09609d
@ -54,7 +54,6 @@
|
||||
"leaflet-gpx": "2.2.0",
|
||||
"mark.js": "8.11.1",
|
||||
"marked": "17.0.0",
|
||||
"mathlive": "0.108.2",
|
||||
"mermaid": "11.12.1",
|
||||
"mind-elixir": "5.3.6",
|
||||
"normalize.css": "8.0.1",
|
||||
|
||||
@ -83,7 +83,7 @@ export default defineConfig(() => ({
|
||||
chunkFileNames: "src/[name].js",
|
||||
assetFileNames: "src/[name].[ext]",
|
||||
manualChunks: {
|
||||
"ckeditor5": [ "@triliumnext/ckeditor5", "mathlive" ],
|
||||
"ckeditor5": [ "@triliumnext/ckeditor5" ],
|
||||
"boxicons": [ "../../node_modules/boxicons/css/boxicons.min.css" ]
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user