devServer: { historyApiFallback: true, contentBase: './', port: 3000 // <--- Add this line and choose your own port number } code example
Example: how to disable info cli webpack dev server
stats: 'errors-warnings',
stats: 'errors-warnings',