mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +08:00
Previously, the check for determining the correct main entry point for a bundled web worker found in application code could incorrectly use a lazy chunk created from the worker bundling under certain situations. The check has now been made more strict to mitigate these situations.