Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AGawrys committed Jul 27, 2021
1 parent 3eaa275 commit 9b91be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/core/src/BundleGraph.js
Expand Up @@ -1608,7 +1608,6 @@ export default class BundleGraph {
.some(n => n.type === 'root');
}


/**
* Update the asset in a Bundle Graph and clear the associated Bundle hash.
*/
Expand All @@ -1622,6 +1621,7 @@ export default class BundleGraph {
// the bundle content will change with a modified asset
this._bundleContentHashes.delete(bundle.id);
}
}

getEntryRoot(projectRoot: FilePath, target: Target): FilePath {
let cached = this._targetEntryRoots.get(target.distDir);
Expand Down

0 comments on commit 9b91be6

Please sign in to comment.