fix(cli): replace deprecated noExternal with deps.alwaysBundle (#1338)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-04-14 17:09:05 -05:00
committed by GitHub
co-authored by Claude Opus 4.6
parent c2cb16bd8b
commit ef712093d4
+1 -1
View File
@@ -12,7 +12,7 @@ export default defineConfig({
format: 'es',
clean: true,
banner: { js: '#!/usr/bin/env node' },
noExternal: ['site'],
deps: { alwaysBundle: ['site'] },
define: {
__CLI_VERSION__: JSON.stringify(pkg.version),
},