We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
quiet
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
devServer: { contentBase: false, hot: true, quiet: true, },
To see the initial startup information in the console, and nothing else
There is no output at all to the console.
Check out this repro repo: https://github.com/aryzing/wds-repro-quiet-flag-not-working
The text was updated successfully, but these errors were encountered:
silent
@aryzing I wasn't able to reproduce the issue at the repo shared above and is working as it should be. Here is the output with quiet: true:
quiet: true
Sorry, something went wrong.
Where's the initial startup information, like the URL of the server? The docs say that the initial startup info should be printed in quiet mode.
For reference, docs here
My bad. Will look into it soon.
Successfully merging a pull request may close this issue.
Code
Expected Behavior
To see the initial startup information in the console, and nothing else
Actual Behavior
There is no output at all to the console.
For Bugs; How can we reproduce the behavior?
Check out this repro repo: https://github.com/aryzing/wds-repro-quiet-flag-not-working
The text was updated successfully, but these errors were encountered: