Skip to content

Commit 50e157e

Browse files
authored
chore: remove code related to splitVendorChunkPlugin (#640)
1 parent cbba72c commit 50e157e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

playground/vue/vite.config.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ export default defineConfig({
2929
// to make tests faster
3030
minify: false,
3131
assetsInlineLimit: 100, // keep SVG as assets URL
32-
rollupOptions: {
33-
output: {
34-
// Test splitVendorChunkPlugin composition
35-
manualChunks(id) {
36-
if (id.includes('src-import')) {
37-
return 'src-import'
38-
}
39-
},
40-
},
41-
},
4232
},
4333
css: {
4434
modules: {

0 commit comments

Comments
 (0)