Back to Webpack Js Org

HotModuleReplacementPlugin

src/content/plugins/hot-module-replacement-plugin.mdx

4.41.2304 B
Original Source

Enables Hot Module Replacement, otherwise known as HMR.

W> HMR should never be used in production.

Basic Usage

Enabling HMR is straightforward and in most cases no options are necessary.

js
new webpack.HotModuleReplacementPlugin({
  // Options...
});