From c1d81b9af508c44df28f506b2357a95293ebd343 Mon Sep 17 00:00:00 2001 From: coward Date: Fri, 7 Jun 2024 10:10:24 +0800 Subject: [PATCH] :art: --- web-src/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-src/vite.config.ts b/web-src/vite.config.ts index 47fe8d9..f7d4133 100644 --- a/web-src/vite.config.ts +++ b/web-src/vite.config.ts @@ -47,7 +47,7 @@ export default ({ mode }: ConfigEnv): UserConfigExport => { sourcemap: false, // 消除打包大小超过500kb警告 chunkSizeWarningLimit: 4000, - outDit: "../web", + outDir: "../web", rollupOptions: { input: { index: pathResolve("./index.html", import.meta.url)