瀏覽代碼

no sourcemap

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
 };