hm 2 weeks ago
parent
commit
186ad4d90c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vite.config.js

+ 1 - 1
vite.config.js

@@ -75,6 +75,6 @@ export default defineConfig({
     },
   },
   build: {
-    sourcemap: false, // 生产环境不生成 .map 文件,减少体积,防止源码暴露
+    sourcemap: false, 
   },
 });