Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Bundles should be built one after another
the current implementation builds multiple bundles in parallel. If there's dependency between the bundles, it can't be resolved correctly. The bundles need to built with the same order as they are specified in the bundle definition.
- Loading branch information