WebpackDevMiddlewareOptions.HotModuleReplacementEndpoint プロパティ

定義

が設定されている場合は、更新をリッスンするときに Webpack のクライアント側コードが接続する URL をオーバーライドします。 これは、"/__webpack_hmr" (既定のエンドポイント) に似たルート相対 URL である必要があります。

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

プロパティ値

適用対象