diff --git a/apps/client/vite.config.mts b/apps/client/vite.config.mts index 29e4ee2080..8c6debfc08 100644 --- a/apps/client/vite.config.mts +++ b/apps/client/vite.config.mts @@ -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") {