webpack-dev-server is not compatible with the latest webpack 5 beta 14
webpack/webpack-dev-server#2453
Using the command line, run:
node wds-cli.js
Uncomment to prove that the webpack configuration is valid for normal webpack build:
// webpack(config, (err, stats) => {
// console.log('webpack build OK!');
// });
Then, comment everything below that line.