-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit c677e26
refactor(@angular-devkit/build-angular): allow development server
The development server (`dev-server`) within `@angular-devkit/build-angular` no longer
requires a `buildTarget` option to be specified. If not present, the value
will default to the current project's 'build' target. The configuration used
for the build target will be the same as the development server configuration
if specified or, if not specified, it will default to `development`.buildTarget
option to be optional1 parent 7701ee6 commit c677e26
File tree
2 files changed
+5
-4
lines changed- packages/angular_devkit/build_angular/src/builders/dev-server
2 files changed
+5
-4
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | - | ||
40 | - | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
41 | 43 |
| |
42 | 44 |
| |
43 | 45 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 | - | ||
141 | - | ||
140 | + | ||
142 | 141 |
|
0 commit comments