Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular/build): allow additional module preloads up to limit
If the module preload limit is not met by shallow (depth 1) initial scripts, deeper initial scripts can now be added. This allows for deeper import graphs to take advantage of the browser's module preloading. Additionally, the limit has been increased to ten now that the module preloads are added at the end of the body along with the actual script elements.
- Loading branch information