Browse Source

feat: 修改打包路径为dist

AlieLee 3 years ago
parent
commit
c9a99467ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 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: name, // 打包名称
+  outputDir: 'dist/' + name, // 打包名称
   assetsDir: 'static', // 静态目录
   lintOnSave: false, // 关闭lint代码
   productionSourceMap: false, // 生产环境是否开启sourceMap