xiongzhu пре 4 година
родитељ
комит
7fce6ceba6
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      vue.config.js

+ 2 - 1
vue.config.js

@@ -21,5 +21,6 @@ module.exports = {
         });
     },
     transpileDependencies: ['element-ui', 'swiper', 'ssr-window', 'dom7', 'vue-awesome-swiper', 'vuex'],
-    runtimeCompiler: true
+    runtimeCompiler: true,
+    productionSourceMap: false
 };