Преглед изворни кода

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: {