Browse Source

不输出.map文件

liuyuqi-dellpc 1 year ago
parent
commit
8c3e114c56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/vue.config.js

+ 1 - 1
frontend/vue.config.js

@@ -4,7 +4,7 @@ module.exports = {
   outputDir: undefined,
   outputDir: undefined,
   assetsDir: undefined,
   assetsDir: undefined,
   runtimeCompiler: undefined,
   runtimeCompiler: undefined,
-  productionSourceMap: undefined,
+  productionSourceMap: false,
   parallel: false,
   parallel: false,
   css: undefined
   css: undefined
 }
 }