Merge pull request #27 from fluffff/rollup

chore: 修改 rollup 逻辑
pull/28/head
初秋 2021-05-30 21:37:49 +08:00 committed by GitHub
commit 3a1a3f804c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -72,8 +72,6 @@ const promise = new Promise((resolve, reject) => {
}; };
}); });
export default () => { rimraf(distPath, run);
rimraf(distPath, run);
return promise; export default () => promise;
};