In WebpackDevMiddleware, allow configuration of ProjectPath (implements #262)

This commit is contained in:
SteveSandersonMS
2016-08-15 14:40:38 -07:00
parent 2a6465b27a
commit 0d0d25b032
2 changed files with 14 additions and 3 deletions

View File

@@ -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; }
}
}