build: Emit @n8n/chat declarations only in the lib build pass (#35090)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Charlie Kolb
2026-07-28 15:10:00 +02:00
committed by GitHub
parent e6fd497bba
commit 313be7c401
+2 -1
View File
@@ -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() {