I've noticed that installing webpack-dev-server@webpack/webpack#next
actually installs webpack (without any warning). However, there's no webpack-dev-server
executable any more.
Is there a replacement for this in Webpack 4, or do I need a separate web server?
It was really convenient to quickly spin up a web server with hot reloading. What's the recommended way to do that in Webpack 4?
(Why I'm bothering with Webpack 4 at all? Because it supports native .mjs modules)