WebpackDevMiddlewareOptions.HotModuleReplacementClientOptions Property

Definition

Specifies additional options to be passed to the Webpack Hot Middleware client, if used.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ HotModuleReplacementClientOptions { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ value); };
public System.Collections.Generic.IDictionary<string,string> HotModuleReplacementClientOptions { get; set; }
member this.HotModuleReplacementClientOptions : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property HotModuleReplacementClientOptions As IDictionary(Of String, String)

Property Value

Applies to