Skip to content

Commit

Permalink
fix: check that normalId is on missingCache (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzgoddard authored May 30, 2018
1 parent c878f4b commit 79aa0bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/CacheModuleResolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class ModuleResolverCache {
}
} else {
const normalMissing =
missingCache[normalId] &&
missingCache[normalId][
JSON.stringify([
resolveKey[1],
Expand Down

0 comments on commit 79aa0bc

Please sign in to comment.