From 020af67182cca85f0d282bbe3cf2052629bfddfc Mon Sep 17 00:00:00 2001 From: xkloveme Date: Mon, 3 Jun 2024 12:39:00 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vite.config.js b/vite.config.js index cbc1058..818641e 100644 --- a/vite.config.js +++ b/vite.config.js @@ -13,9 +13,9 @@ export default defineConfig({ port: 5173, host: true, }, - build:{ - rollupOptions:{ - external: ['pinia'] - } - } + // build:{ + // rollupOptions:{ + // external: ['pinia'] + // } + // } }) \ No newline at end of file