Browse Source

提交备注

soft5566 2 years ago
parent
commit
1eebd1d940
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -28,7 +28,7 @@ module.exports = {
   outputDir: 'dist',
   assetsDir: 'static',
   lintOnSave: process.env.NODE_ENV === 'development',
-  productionSourceMap: false,
+  productionSourceMap: false, // 生产环境是否生成 sourceMap 文件
   devServer: {
     port: port,
     open: true,