Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): remove skipAppShell as it has n…
Browse files Browse the repository at this point in the history
…o effect in browser builder

Closes #11478
  • Loading branch information
alan-agius4 authored and hansl committed Nov 16, 2018
1 parent 3c875a1 commit 67630f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -193,6 +193,7 @@ export interface BrowserBuilderSchema {
ngswConfigPath?: string;

/**
* @deprecated
* Flag to prevent building an app shell.
*/
skipAppShell: boolean;
Expand Down
Expand Up @@ -206,7 +206,8 @@
"skipAppShell": {
"type": "boolean",
"description": "Flag to prevent building an app shell.",
"default": false
"default": false,
"x-deprecated": true
},
"index": {
"type": "string",
Expand Down

0 comments on commit 67630f5

Please sign in to comment.