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
[ModulesGraph] Avoid re-fetching and sorting packages multiple times
`load` builds a list of packages in topological order already
and that's exactly what ModulesGraph wants, let's pass resolved
packages to it directly instead of having to re-build the list.
0 commit comments