ソースを参照

打包隐藏代码

tremble 3 年 前
コミット
2bda02ff64
1 ファイル変更1 行追加0 行削除
  1. 1 0
      vue.config.js

+ 1 - 0
vue.config.js

@@ -1,6 +1,7 @@
 const { defineConfig } = require("@vue/cli-service");
 module.exports = defineConfig({
   transpileDependencies: true,
+  productionSourceMap: false,
   assetsDir: "viewer",
   css: {
     extract: false,