From e38b5ec797ad4621500371e92712f411bcfb904c Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Wed, 30 Aug 2023 21:51:41 +0800 Subject: [PATCH] chore: update --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index c169e4b8e..5fe48133f 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -53,7 +53,7 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => { }, build: { assetsInlineLimit: 0, - sourcemap: true, + sourcemap: false, // 消除打包大小超过500kb警告 chunkSizeWarningLimit: 4000, rollupOptions: {