Revert "fix(core): ensure file hasher initialized before usage (#10603)"
This reverts commit fd1194e61f26d8251fa521bcca0bb9879344be6f.
This commit is contained in:
parent
f828da9d37
commit
48e4ece1ca
@ -217,7 +217,6 @@ export class Hasher {
|
||||
if (this.implicitDependencies) return this.implicitDependencies;
|
||||
|
||||
performance.mark('hasher:implicit deps hash:start');
|
||||
await defaultFileHasher.ensureInitialized();
|
||||
|
||||
this.implicitDependencies = new Promise((res) => {
|
||||
const implicitDeps = Object.keys(this.nxJson.implicitDependencies ?? {});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user