-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit b63e0df
refactor(@angular/build): allow development server
The development server (`dev-server`) within `@angular/build` 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 b55c545 commit b63e0df
File tree
2 files changed
+5
-3
lines changed- packages/angular/build/src/builders/dev-server
2 files changed
+5
-3
lines changedOriginal 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 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 | - | ||
114 | + | ||
115 | 115 |
|
0 commit comments