We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6027d40 commit 6737f06Copy full SHA for 6737f06
playground/vue/vite.config.ts
@@ -1,5 +1,5 @@
1
import { resolve } from 'node:path'
2
-import { defineConfig, splitVendorChunkPlugin } from 'vite'
+import { defineConfig } from 'vite'
3
import vuePlugin from '@vitejs/plugin-vue'
4
import { vueI18nPlugin } from './CustomBlockPlugin'
5
@@ -23,7 +23,6 @@ export default defineConfig({
23
},
24
25
}),
26
- splitVendorChunkPlugin(),
27
vueI18nPlugin,
28
],
29
build: {
0 commit comments