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