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
@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:

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.
Most helpful comment
My bad. Will look into it soon.