WebpackDevMiddlewareOptions.HotModuleReplacement Property

Definition

If true, hot module replacement (HMR) will be enabled. This automatically updates Webpack-built resources (such as JavaScript, CSS, or images) in your web browser whenever source files are changed.

public:
 property bool HotModuleReplacement { bool get(); void set(bool value); };
public bool HotModuleReplacement { get; set; }
member this.HotModuleReplacement : bool with get, set
Public Property HotModuleReplacement As Boolean

Property Value

Applies to