From 6d436d4ca02073ea65e01d13112662bdd7b34bb0 Mon Sep 17 00:00:00 2001 From: Megghy Date: Sat, 3 May 2025 20:44:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=96=E6=B6=88naiveui=E5=A4=96?= =?UTF-8?q?=E9=83=A8=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 - vite.config.mts | 3 --- 2 files changed, 4 deletions(-) diff --git a/index.html b/index.html index 51e9bc9..c01bdb4 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,6 @@ - diff --git a/vite.config.mts b/vite.config.mts index 9fda9b2..6b7b617 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -56,8 +56,5 @@ export default defineConfig({ }, build: { sourcemap: true, - rollupOptions: { - external: [/^naive-ui($|\/)/, /^naive-ui\/es\/_internal($|\/)/] - } }, });