From a61a22569d1c487edb4d64d701b770471094ef29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 27 Oct 2025 02:29:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(vite-config):=20=E7=A7=BB=E9=99=A4=E5=AF=B9?= =?UTF-8?q?=20index.page.vue=20=E6=96=87=E4=BB=B6=E7=9A=84=E7=89=B9?= =?UTF-8?q?=E6=AE=8A=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.rollup.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vite.config.rollup.ts b/vite.config.rollup.ts index e4d822b..de31b8b 100644 --- a/vite.config.rollup.ts +++ b/vite.config.rollup.ts @@ -52,10 +52,10 @@ export const viteConfigRollupOptions: RollupOptions = { return 'lib-meta-layouts'; } - if (id.includes('index.page.vue')) { + /* if (id.includes('index.page.vue')) { const parentDir = path.basename(path.dirname(id)); return `${parentDir}-index.page`; - } + } */ if (!id.includes('node_modules')) return; // 处理 pnpm 的特殊路径结构