Browse Source

chore: disable source map in production

Sendya 6 years ago
parent
commit
cc79091d51
1 changed files with 2 additions and 0 deletions
  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: []