You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the image annotated "time to add all deps & bfs graph traversal" and the images right underneath, webpack seems to be doing a DFS because it's just relying on plain old recursion without keeping some sort of a queue in addModuleDependencies(). The annotation says otherwise.
The text was updated successfully, but these errors were encountered:
In the image annotated "time to add all deps & bfs graph traversal" and the images right underneath, webpack seems to be doing a DFS because it's just relying on plain old recursion without keeping some sort of a queue in
addModuleDependencies()
. The annotation says otherwise.The text was updated successfully, but these errors were encountered: