mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
In WebpackDevMiddleware, allow configuration of ProjectPath (implements #262)
This commit is contained in:
@@ -6,5 +6,6 @@ namespace Microsoft.AspNetCore.SpaServices.Webpack
|
||||
public int HotModuleReplacementServerPort { get; set; }
|
||||
public bool ReactHotModuleReplacement { get; set; }
|
||||
public string ConfigFile { get; set; }
|
||||
public string ProjectPath { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user