diff --git a/packages/frontend/@n8n/chat/vite.config.mts b/packages/frontend/@n8n/chat/vite.config.mts index ea20577945d..5c6d3f0b7ad 100644 --- a/packages/frontend/@n8n/chat/vite.config.mts +++ b/packages/frontend/@n8n/chat/vite.config.mts @@ -22,7 +22,8 @@ export default mergeConfig( compiler: 'vue3', autoInstall: true, }), - dts(), + // The bundle pass emits the same declarations as the lib pass — skip the ~12s duplicate run. + ...(includeVue ? [] : [dts()]), { name: 'rename-css-file', closeBundle() {