在仓库制作打包脚本

This commit is contained in:
aixianling
2024-10-12 16:17:37 +08:00
parent a5e0f3a6c5
commit 043aaf8399
8 changed files with 42 additions and 40 deletions

View File

@@ -22,6 +22,7 @@ module.exports = {
.add(path.resolve(__dirname, 'packages'))
.add(path.resolve(__dirname, 'project'))
.add(path.resolve(__dirname, 'examples'))
.add(path.resolve(__dirname, 'src'))
.add(path.resolve(__dirname, 'ui/packages'))
.add(path.resolve(__dirname, 'ui/dv'))
.add(path.resolve(__dirname, 'ui/lib/js'))