ngm-cli
ngm-cli copied to clipboard
task will not skip
in <utils.tasks-watch.ts>
let changedModule: number; …… taskQueue.tasks.forEach((task: any, i: number) => { task.skip = () => changedModule && i !== changedModule; });
all task's skip will to be undefined! all task will not skip.