소스 검색

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: []