feat:更新项目配置
Showing
2 changed files
with
3 additions
and
1 deletions
... | @@ -22,6 +22,7 @@ const plugins = | ... | @@ -22,6 +22,7 @@ const plugins = |
22 | ] | 22 | ] |
23 | : [] | 23 | : [] |
24 | module.exports = { | 24 | module.exports = { |
25 | outputDir: 'yunxiao-admin-fe', | ||
25 | lintOnSave: undefined, | 26 | lintOnSave: undefined, |
26 | assetsDir: 'static', | 27 | assetsDir: 'static', |
27 | // 打包时不生成map文件,减少打包体积,加快打包速度 | 28 | // 打包时不生成map文件,减少打包体积,加快打包速度 | ... | ... |
-
Please register or sign in to post a comment