Skip to content

Commit 6737f06

Browse files
authored
chore: remove splitVendorChunkPlugin from tests (#589)
1 parent 6027d40 commit 6737f06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

playground/vue/vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { resolve } from 'node:path'
2-
import { defineConfig, splitVendorChunkPlugin } from 'vite'
2+
import { defineConfig } from 'vite'
33
import vuePlugin from '@vitejs/plugin-vue'
44
import { vueI18nPlugin } from './CustomBlockPlugin'
55

@@ -23,7 +23,6 @@ export default defineConfig({
2323
},
2424
},
2525
}),
26-
splitVendorChunkPlugin(),
2726
vueI18nPlugin,
2827
],
2928
build: {

0 commit comments

Comments
 (0)