Skip to content

Commit

Permalink
fix(@angular/cli): add missing ngswConfigPath to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and kyliau committed Nov 14, 2018
1 parent 76cb92f commit f466d86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/angular/cli/lib/config/schema.json
Expand Up @@ -752,6 +752,10 @@
"description": "Generates a service worker config for production builds.",
"default": false
},
"ngswConfigPath": {
"type": "string",
"description": "Path to ngsw-config.json."
},
"skipAppShell": {
"type": "boolean",
"description": "Flag to prevent building an app shell.",
Expand Down

0 comments on commit f466d86

Please sign in to comment.