fix(demo): avoid circular vendor imports
All checks were successful
Package component / package (push) Successful in 2m23s

This commit is contained in:
李启源
2026-07-21 14:26:23 +08:00
parent 70c60b9daa
commit 3c1c29fa56
2 changed files with 1 additions and 15 deletions

View File

@@ -34,19 +34,5 @@ export default defineConfig({
},
build: {
outDir: 'dist-demo',
rolldownOptions: {
output: {
codeSplitting: {
groups: [
{
name: 'vendor',
test: /node_modules[\\/]/,
maxSize: 400_000,
priority: 1,
},
],
},
},
},
},
})