다음을 통해 공유


WebpackDevMiddlewareOptions.HotModuleReplacementClientOptions 속성

정의

사용되는 경우 Webpack 핫 미들웨어 클라이언트에 전달할 추가 옵션을 지정합니다.

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)

속성 값

적용 대상