tremble 3 лет назад
Родитель
Сommit
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,