Webpack also provides a built-in development server, webpack-dev-server, that can be used as an HTTP server for serving files while developing. It also provides the capability to use hot module replacement (HMR), which updates code on a webpage without requiring the developer to reload the page.
"Web Performance Optimization with webpack". Google Inc. Retrieved 16 Oct 2018. https://developers.google.com/web/fundamentals/performance/webpack/ ↩
"A Beginner's Guide to webpack 4 and Module Bundling". SitePoint. Retrieved 16 Oct 2018. https://www.sitepoint.com/beginners-guide-webpack-module-bundling/ ↩
"Webpack 4.0 Release Brings Simplified Configuration, WebAssembly Support, and Big Performance Boost". InfoQ. Retrieved 16 Oct 2018. https://www.infoq.com/news/2018/02/webpack-4-0-brings-simplified ↩
"High-performance webpack config for front-end delivery". Codementor. Retrieved 16 Oct 2018. https://www.codementor.io/drewpowers/high-performance-webpack-config-for-front-end-delivery-90sqic1qa ↩
"What is webpack". SurviveJS. Retrieved 16 Oct 2018. https://survivejs.com/webpack/what-is-webpack/ ↩
"What is webpack". GitHub. Retrieved 25 Feb 2018. https://github.com/webpack/docs/wiki/what-is-webpack ↩
"Dynamic imports". webpack. Retrieved 6 Jun 2022. https://webpack.js.org/guides/code-splitting/#dynamic-imports ↩