Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a239725

Browse files
alan-agius4filipesilva
authored andcommittedJun 9, 2020
fix(@schematics/angular): remove strict prompt
From initial feedback from devrel we should remove the prompt
1 parent 125df99 commit a239725

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎packages/schematics/angular/ng-new/schema.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@
131131
"strict": {
132132
"description": "Creates a workspace with stricter type checking and build optimization options.",
133133
"type": "boolean",
134-
"default": false,
135-
"x-prompt": "Create a workspace with stricter type checking and more efficient production optimizations?"
134+
"default": false
136135
},
137136
"legacyBrowsers": {
138137
"type": "boolean",

0 commit comments

Comments
 (0)
Please sign in to comment.