ソースを参照

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
     proxy
   },
   },
   configureWebpack: {
   configureWebpack: {
-    devtool: "source-map",
+    // devtool: "source-map",  // for vscode debug
     plugins: [
     plugins: [
       // Ignore all locale files of moment.js
       // Ignore all locale files of moment.js
       new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/)
       new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/)