mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-03 12:17:38 +08:00
fix: 修复 watch 池为空
This commit is contained in:
parent
2823c8771c
commit
0d1c71767a
@ -34,6 +34,7 @@ export default async ({ api, watch }) => {
|
||||
await generate();
|
||||
}, 100)
|
||||
);
|
||||
watchers.push(watcher);
|
||||
}
|
||||
|
||||
if (watch) {
|
||||
|
Loading…
Reference in New Issue
Block a user