浏览代码

disable vscode debug because of performance

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

+ 1 - 1
vue.config.js

@@ -51,7 +51,7 @@ module.exports = {
     proxy
   },
   configureWebpack: {
-    devtool: "source-map",
+    // devtool: "source-map",  // for vscode debug
     plugins: [
       // Ignore all locale files of moment.js
       new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/)