mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
Generate `ngsw-config.json` under the project sourceRoot if root is empty similar to the `karma.conf.js` Now: ``` -- src ---- ngsw-config.json -- project ---- app ------ ngsw-config.json ``` Current: ``` -- ngsw-config.json -- src -- project ---- app ------ ngsw-config.json ``` Fixes #10793