mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 20:34:25 +01:00
fix(client): boxicons missing in prod
This commit is contained in:
parent
f1f8f34ef8
commit
6c43db692e
@ -83,7 +83,8 @@ export default defineConfig(() => ({
|
|||||||
chunkFileNames: "src/[name].js",
|
chunkFileNames: "src/[name].js",
|
||||||
assetFileNames: "src/[name].[ext]",
|
assetFileNames: "src/[name].[ext]",
|
||||||
manualChunks: {
|
manualChunks: {
|
||||||
"ckeditor5": [ "@triliumnext/ckeditor5" ]
|
"ckeditor5": [ "@triliumnext/ckeditor5" ],
|
||||||
|
"boxicons": [ "../../node_modules/boxicons/css/boxicons.min.css" ]
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
onwarn(warning, rollupWarn) {
|
onwarn(warning, rollupWarn) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user