Skip to content

Commit 1edc17d

Browse files
committed
Merge avaiable modules correctly
1 parent 13a3bc1 commit 1edc17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/buildChunkGraph.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ const visitModules = (
905905
const module = it.value;
906906
if (
907907
availableModules.has(module) ||
908-
availableModules.plus.has(m)
908+
availableModules.plus.has(module)
909909
) {
910910
cachedMinAvailableModules.add(module);
911911
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy