chore: 修改 rollup 逻辑

pull/27/head
954270063@qq.com 2021-05-30 21:36:55 +08:00
parent 374b5b80c5
commit 1e3292d471
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;
};