Webpack vs webpack-dev-server vs webpack-dev-middleware vs webpack-hot-middleware vs etc
webpack As you’ve described, Webpack is a module bundler, it bundles various module formats primarily so they can be run in a browser. It offers both a CLI and Node API. webpack-dev-middleware Webpack Dev Middleware is middleware which can be mounted in an express server to serve the latest compilation of your bundle during development. … Read more