WebpackDevMiddlewareOptions.HotModuleReplacementEndpoint 属性

定义

如果设置, 将替代 Webpack 的客户端代码在侦听更新时将连接到的 URL。 这必须是一个相对于根的 URL,类似于“/__webpack_hmr” (这是默认终结点) 。

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

属性值

适用于