mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-28 11:10:12 +08:00
If multiple concurrent requests hit `getEntryPointExports`, all of them would previously see the cache miss for entry point. With this change, only the first request will and the others can leverage the cache. This can be important when instances are added to a pool under high traffic.