Skip to content

Commit b659f1e

Browse files
alan-agius4Keen Yee Liau
authored and
Keen Yee Liau
committed
fix(@angular/cli): add missing ngswConfigPath to schema
1 parent aeb96a0 commit b659f1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/angular/cli/lib/config/schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,10 @@
752752
"description": "Generates a service worker config for production builds.",
753753
"default": false
754754
},
755+
"ngswConfigPath": {
756+
"type": "string",
757+
"description": "Path to ngsw-config.json."
758+
},
755759
"skipAppShell": {
756760
"type": "boolean",
757761
"description": "Flag to prevent building an app shell.",

0 commit comments

Comments
 (0)