Browse Source

配置修改

zhangbiao 3 years ago
parent
commit
463298bcab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -12,7 +12,7 @@ module.exports = {
   // assetsDir: 'static',
 
   // // 是否为生产环境构建生成 source map?
-  productionSourceMap: false,
+  productionSourceMap: true,
 
   // // 配置 webpack-dev-server 行为。
   // devServer: {