mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
commit
2a42a079f8
@ -12,7 +12,7 @@ export default async ({ api, watch }) => {
|
||||
});
|
||||
}
|
||||
|
||||
const watchers = [];
|
||||
let watchers = [];
|
||||
|
||||
await generate();
|
||||
|
||||
@ -20,6 +20,7 @@ export default async ({ api, watch }) => {
|
||||
watchers.forEach((watcher) => {
|
||||
watcher.close();
|
||||
});
|
||||
watchers = [];
|
||||
}
|
||||
|
||||
function createWatcher(path) {
|
||||
@ -34,6 +35,7 @@ export default async ({ api, watch }) => {
|
||||
await generate();
|
||||
}, 100)
|
||||
);
|
||||
watchers.push(watcher);
|
||||
}
|
||||
|
||||
if (watch) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user