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($|\/)/] - } }, });