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