mirror of
https://github.com/zadam/trilium.git
synced 2026-03-16 17:10:29 +01:00
chore(client): remove deprecated vite manual chunks
This commit is contained in:
@@ -103,10 +103,7 @@ export default defineConfig(() => ({
|
||||
return "src/[name].js";
|
||||
},
|
||||
chunkFileNames: "src/[name]-[hash].js",
|
||||
assetFileNames: "src/[name]-[hash].[ext]",
|
||||
manualChunks: {
|
||||
"ckeditor5": [ "@triliumnext/ckeditor5" ]
|
||||
},
|
||||
assetFileNames: "src/[name]-[hash].[ext]"
|
||||
},
|
||||
onwarn(warning, rollupWarn) {
|
||||
if (warning.code === "MODULE_LEVEL_DIRECTIVE") {
|
||||
|
||||
Reference in New Issue
Block a user