mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 10:40:23 +00:00
adding support to pass Env param to webpack
This commit is contained in:
committed by
Steve Sanderson
parent
e7ffb8bb71
commit
7c07beb494
@@ -50,5 +50,10 @@ namespace Microsoft.AspNetCore.SpaServices.Webpack
|
||||
/// the webpack compiler.
|
||||
/// </summary>
|
||||
public IDictionary<string, string> EnvironmentVariables { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Pass in the env parameter to webpack.
|
||||
/// </summary>
|
||||
public object EnvParam { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user