DEV Community

Discussion on: How to run webpack-dev-server on express

Collapse
 
rickkirkham profile image
Rick-Kirkham

Interesting article, but there's one thing that's not clear. You have us install webpack-dev-server (in addition to webpack-dev-middleware) and you have a "start:client" script defined in the package.json to run webpack-dev-server; but this script is never called. The project doesn't in fact use or need webpack-dev-server, does it? The article should really be titled "How to run webpack-dev-middleware on Express"; and all references to webpack-dev-server should be removed. If I'm missing something, please explain. Thanks.