Commit 9b682e6
committed
feat(@angular/build): support a default outputPath option for applications
The application builder will now use a default output path when the `outputPath`
option is not specified either in the `angular.json` configuration or via
the command line. The default used will be `dist/<project_name>` and be
relative to the workspace root. This value is the typical default for new projects.
Projects may continue to customize the output path via the option if needed.
Existing project behavior and configuration will not be changed.1 parent 156a14e commit 9b682e6
File tree
3 files changed
+3
-3
lines changed- goldens/public-api/angular/build
- packages/angular/build/src/builders/application
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
608 | | - | |
| 608 | + | |
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
| |||
0 commit comments