mirror of
https://github.com/zadam/trilium.git
synced 2026-01-11 09:04:28 +01:00
chore(client): remove useless manual chunk
This commit is contained in:
parent
c4edb56bd4
commit
68c6052d10
@ -81,8 +81,7 @@ export default defineConfig(() => ({
|
||||
chunkFileNames: "src/[name].js",
|
||||
assetFileNames: "src/[name].[ext]",
|
||||
manualChunks: {
|
||||
"ckeditor5": [ "@triliumnext/ckeditor5" ],
|
||||
"boxicons": [ "../../node_modules/boxicons/css/boxicons.min.css" ]
|
||||
"ckeditor5": [ "@triliumnext/ckeditor5" ]
|
||||
},
|
||||
},
|
||||
onwarn(warning, rollupWarn) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user