We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ngswConfigPath
1 parent aeb96a0 commit b659f1eCopy full SHA for b659f1e
packages/angular/cli/lib/config/schema.json
@@ -752,6 +752,10 @@
752
"description": "Generates a service worker config for production builds.",
753
"default": false
754
},
755
+ "ngswConfigPath": {
756
+ "type": "string",
757
+ "description": "Path to ngsw-config.json."
758
+ },
759
"skipAppShell": {
760
"type": "boolean",
761
"description": "Flag to prevent building an app shell.",
0 commit comments