WebpackDevMiddlewareOptions.HotModuleReplacementEndpoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If set, overrides the URL that Webpack's client-side code will connect to when listening for updates. This must be a root-relative URL similar to "/__webpack_hmr" (which is the default endpoint).
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