소스 검색

feat: 设置输出目录为 dist

xieyong 1 주 전
부모
커밋
b5d5d595d1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      vue.config.js

+ 1 - 0
vue.config.js

@@ -12,6 +12,7 @@ const publicPath = process.env.VUE_APP_PUBLIC_PATH || "/page-hr/";
 module.exports = {
   publicPath: "/hr",
   lintOnSave: false,
+  outputDir: 'dist',
   productionSourceMap: false,
   configureWebpack: {
     performance: {