WebpackDevMiddlewareOptions.HotModuleReplacement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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