mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 10:11:50 +08:00
When the service worker option is enabled, each code update will cause the `ngsw.json` configuration file to change due to the different hashes of the updated output. This is problematic for component HMR usage with the development server since the full reload fallback logic would be triggered due to the changed `ngsw.json` file. To avoid this problem, the `ngsw.json` configuration file is now special cased within the fallback logic.
Angular Build System for Applications and Libraries
The sources for this package are in the Angular CLI repository. Please file issues and pull requests against that repository.
Usage information and reference details can be found in repository README file.