diff --git a/playground/vue/vite.config.ts b/playground/vue/vite.config.ts index fb446269..dbe3f10b 100644 --- a/playground/vue/vite.config.ts +++ b/playground/vue/vite.config.ts @@ -29,16 +29,6 @@ export default defineConfig({ // to make tests faster minify: false, assetsInlineLimit: 100, // keep SVG as assets URL - rollupOptions: { - output: { - // Test splitVendorChunkPlugin composition - manualChunks(id) { - if (id.includes('src-import')) { - return 'src-import' - } - }, - }, - }, }, css: { modules: {