Skip to content

Commit f1cf952

Browse files
committed
docs(@angular/cli): remove incorrect statement about outputPath
By default output path does not default to dist.
1 parent 3938863 commit f1cf952

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎packages/angular_devkit/build_angular/src/builders/application/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
},
210210
"outputPath": {
211211
"type": "string",
212-
"description": "The full path for the new output directory, relative to the current workspace.\nBy default, writes output to a folder named dist/ in the current project."
212+
"description": "The full path for the new output directory, relative to the current workspace."
213213
},
214214
"aot": {
215215
"type": "boolean",

‎packages/angular_devkit/build_angular/src/builders/browser-esbuild/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
},
215215
"outputPath": {
216216
"type": "string",
217-
"description": "The full path for the new output directory, relative to the current workspace.\nBy default, writes output to a folder named dist/ in the current project."
217+
"description": "The full path for the new output directory, relative to the current workspace."
218218
},
219219
"resourcesOutputPath": {
220220
"type": "string",

‎packages/angular_devkit/build_angular/src/builders/browser/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
},
208208
"outputPath": {
209209
"type": "string",
210-
"description": "The full path for the new output directory, relative to the current workspace.\nBy default, writes output to a folder named dist/ in the current project."
210+
"description": "The full path for the new output directory, relative to the current workspace."
211211
},
212212
"resourcesOutputPath": {
213213
"type": "string",

0 commit comments

Comments
 (0)