Browse Source

disable vscode debug because of performance

Michael Wang 6 năm trước cách đây
mục cha
commit
a51fc84380
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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$/)