5a35f5dc by zhen

feat:更新项目配置

1 parent 50d21c35
...@@ -2,3 +2,4 @@ node_modules ...@@ -2,3 +2,4 @@ node_modules
2 dist 2 dist
3 .DS_Store 3 .DS_Store
4 .idea 4 .idea
5 yunxiao-admin-fe
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -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文件,减少打包体积,加快打包速度
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!