mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-01 15:47:41 +08:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user