diff --git a/playground/vue/vite.config.ts b/playground/vue/vite.config.ts index 1abc0069..fb446269 100644 --- a/playground/vue/vite.config.ts +++ b/playground/vue/vite.config.ts @@ -1,5 +1,5 @@ import { resolve } from 'node:path' -import { defineConfig, splitVendorChunkPlugin } from 'vite' +import { defineConfig } from 'vite' import vuePlugin from '@vitejs/plugin-vue' import { vueI18nPlugin } from './CustomBlockPlugin' @@ -23,7 +23,6 @@ export default defineConfig({ }, }, }), - splitVendorChunkPlugin(), vueI18nPlugin, ], build: {