Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -102,7 +102,7 @@ function copyFileUsageOssServer(cb) { |
| 102 | 102 | const outPath = './build/oss' |
| 103 | 103 | |
| 104 | 104 | for (const filePath of copyFileList) { |
| 105 | - src(path.resolve(__dirname, filePath)) | |
| 105 | + src(path.resolve(__dirname, filePath), {allowEmpty:true}) | |
| 106 | 106 | .pipe((dest(outPath))) |
| 107 | 107 | } |
| 108 | 108 | ... | ... |