mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 20:52:06 +08:00
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.