Skip to content

Commit

Permalink
fix(@schematics/angular): remove strict prompt
Browse files Browse the repository at this point in the history
From initial feedback from devrel we should remove the prompt
  • Loading branch information
alan-agius4 authored and filipesilva committed Jun 9, 2020
1 parent 125df99 commit a239725
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/schematics/angular/ng-new/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@
"strict": {
"description": "Creates a workspace with stricter type checking and build optimization options.",
"type": "boolean",
"default": false,
"x-prompt": "Create a workspace with stricter type checking and more efficient production optimizations?"
"default": false
},
"legacyBrowsers": {
"type": "boolean",
Expand Down

0 comments on commit a239725

Please sign in to comment.