Browse Source

feat:打包调测

AlieLee 3 years ago
parent
commit
35bcd2b0b9
2 changed files with 1 additions and 1 deletions
  1. 0 0
      version.txt
  2. 1 1
      vue.config.js

+ 0 - 0
version.txt


+ 1 - 1
vue.config.js

@@ -4,7 +4,7 @@ const { name, title, version } = require('./package.json') // 项目信息
 const webpackVersionZip = require('webpack-version-zip')
 module.exports = {
   publicPath: `/${name}`, // 相对路径
-  outputDir: 'dist/' + name, // 打包名称
+  outputDir: 'dist', // 打包名称
   assetsDir: 'static', // 静态目录
   lintOnSave: false, // 关闭lint代码
   productionSourceMap: false, // 生产环境是否开启sourceMap