Is it possible to customize the build order?
HONGJICAI opened this issue · 0 comments
HONGJICAI commented
I have two large package and some small package, all of them are at the leaf node of the dependency tree
Assume this is the build time of my packages.
large:|----------------------------|
small:|---|
I always see the build order:
|----------------------------|
|---||---||---||---||---||---||----------------------------|
however, I think the best order should be something like this:
|----------------------------||---||---||---|
|----------------------------||---||---||---|
Is it possible to custom the build order?