소스 검색

feat: 修改打包路径为dist

AlieLee 3 년 전
부모
커밋
c9a99467ef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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