浏览代码

chore: disable source map in production

Sendya 6 年之前
父节点
当前提交
cc79091d51
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      vue.config.js

+ 2 - 0
vue.config.js

@@ -98,6 +98,8 @@ module.exports = {
     // }
   },
 
+  // disable source map in production
+  productionSourceMap: false,
   lintOnSave: undefined,
   // babel-loader no-ignore node_modules/*
   transpileDependencies: []