Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

fix(@angular-devkit/build-angular): allow verbose in dev-server #858

Closed
wants to merge 2 commits into from

Conversation

mantyz
Copy link

@mantyz mantyz commented May 6, 2018

This option don't work:

"serve": {
          "options": {
            "verbose": true,
          }

Fixed it.

@mantyz mantyz changed the title feat(@angular-devkit/build-angular): allow verbose in dev-server fix(@angular-devkit/build-angular): allow verbose in dev-server May 18, 2018
@filipesilva
Copy link
Contributor

At the moment we aren't looking to add more passthrough options to the dev-server builder. You can add this option to browser builder options and it will used in the dev-server as well though.

@mantyz
Copy link
Author

mantyz commented May 21, 2018

@filipesilva Thanks for answer.
I was confused by the fact that you can set this option in serve.options, but this do not work.
2018-05-21 16-02-44_2

@filipesilva
Copy link
Contributor

That is pretty confusing, and shouldn't be there really. Will remove, thank you for clarifying!

@mantyz
Copy link
Author

mantyz commented May 21, 2018

@filipesilva Also remove this option from angular-cli schema, please. Thank you.

hansl pushed a commit to angular/angular-cli that referenced this pull request Jun 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants