WebpackDevMiddlewareOptions.HotModuleReplacementEndpoint 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果设置, 将替代 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