mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
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:
co-authored by
Claude Opus 4.6
parent
c2cb16bd8b
commit
ef712093d4
@@ -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),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user