Browse Source

关闭sourceMap

Alfyn 3 weeks ago
parent
commit
1d110d0722
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -144,7 +144,7 @@ const vueConfig = {
   },
 
   // disable source map in production
-  productionSourceMap: true,
+  productionSourceMap: false,
   lintOnSave: false,
   // babel-loader no-ignore node_modules/*
   transpileDependencies: [],