fix(demo): avoid circular vendor imports
All checks were successful
Package component / package (push) Successful in 2m23s
All checks were successful
Package component / package (push) Successful in 2m23s
This commit is contained in:
@@ -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,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user