Closed goto-bus-stop closed 5 years ago
The row.deps object contains dependency IDs in the order that they were loaded in by module-deps. That's done concurrently so the order isn't always the same. This patch sorts the list of dependencies before adding them to the bundle.
row.deps
Works for me too :)
I can confirm this works! Tested on my main project and works great, thanks :)
:package: 3.1.2
The
row.deps
object contains dependency IDs in the order that they were loaded in by module-deps. That's done concurrently so the order isn't always the same. This patch sorts the list of dependencies before adding them to the bundle.