Commit 6a48794
committed
fix(@schematics/angular): remove explicit
The `outputPath` option now defaults to `dist/<project_name>` for applications.
This removes the need to explicitly set the option within a newly generated
project. The value removal also reduces the overall size of the `angular.json`
configuration for new projects. Existing projects are not modified by this
change.outputPath option value from generated applications1 parent 63428f3 commit 6a48794
2 files changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | 239 | | |
241 | 240 | | |
242 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
90 | 87 | | |
91 | 88 | | |
92 | 89 | | |
| |||
0 commit comments