fix(misc): dep graph should not remove deps
This commit is contained in:
parent
9ad0995e9c
commit
c17fb12ee6
@ -507,6 +507,7 @@ function createFileWatcher(root: string, changeHandler: () => void) {
|
|||||||
function createDepGraphClientResponse(): DepGraphClientResponse {
|
function createDepGraphClientResponse(): DepGraphClientResponse {
|
||||||
performance.mark('dep graph watch calculation:start');
|
performance.mark('dep graph watch calculation:start');
|
||||||
defaultFileHasher.clear();
|
defaultFileHasher.clear();
|
||||||
|
defaultFileHasher.init();
|
||||||
|
|
||||||
let graph = onlyWorkspaceProjects(createProjectGraph());
|
let graph = onlyWorkspaceProjects(createProjectGraph());
|
||||||
performance.mark('dep graph watch calculation:end');
|
performance.mark('dep graph watch calculation:end');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user