WebpackDevMiddlewareOptions.HotModuleReplacementEndpoint Property

Definition

If set, overrides the URL that Webpack's client-side code will connect to when listening for updates. This must be a root-relative URL similar to "/__webpack_hmr" (which is the default endpoint).

public:
 property System::String ^ HotModuleReplacementEndpoint { System::String ^ get(); void set(System::String ^ value); };
public string HotModuleReplacementEndpoint { get; set; }
member this.HotModuleReplacementEndpoint : string with get, set
Public Property HotModuleReplacementEndpoint As String

Property Value

Applies to