mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
Allow explicit configuration of port number for webpack dev middleware server. Fixes #223.
This commit is contained in:
@@ -3,6 +3,7 @@ namespace Microsoft.AspNetCore.SpaServices.Webpack
|
||||
public class WebpackDevMiddlewareOptions
|
||||
{
|
||||
public bool HotModuleReplacement { get; set; }
|
||||
public int HotModuleReplacementServerPort { get; set; }
|
||||
public bool ReactHotModuleReplacement { get; set; }
|
||||
public string ConfigFile { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user