Skip to content

Commit bac5be7

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
},
219219
"outputPath": {
220220
"type": "string",
221-
"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."
221+
"description": "The full path for the new output directory, relative to the current workspace."
222222
},
223223
"aot": {
224224
"type": "boolean",

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)