소스 검색

Merge remote-tracking branch 'origin/master'

WANG 6 년 전
부모
커밋
574443d044
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$/)