Your (I assume you are the author) instructions say, for the dev server case:
> Ensure you've set quiet: true in your WebpackDevServer constructor:
I don't have a constructor. I just have a "devServer" section in webpack.config.js that contains a contentBase entry.
Note that I am fairly new to webpack and am finding the (non-)documentation for WebpackDevServer unhelpful.
Your (I assume you are the author) instructions say, for the dev server case:
> Ensure you've set quiet: true in your WebpackDevServer constructor:
I don't have a constructor. I just have a "devServer" section in webpack.config.js that contains a contentBase entry.
Note that I am fairly new to webpack and am finding the (non-)documentation for WebpackDevServer unhelpful.