mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-08-09 12:49:59 +08:00
fix: 修复 watch 池为空
This commit is contained in:
parent
0815db9fbe
commit
a532102e37
@ -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