Allow ng serve to serve multiple applications at once #12181
Labels
area: @angular-devkit/build-angular
devkit/build-angular:dev-server
feature
Issue that requests a new feature
Milestone
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
Repro steps
The log given by the failure
Desired functionality
Allow multiple apps to be served with ng serve
Webpack dev server supports multiple configurations already.
Currently the way command-runner is designed it only does the multiTarget consecutively, rather than allowing to run synchronously, which would allow for multiple webpack configs to be created and merged together for serve.
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: