mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 10:40:23 +00:00
Comment and XML doc tweaks
This commit is contained in:
@@ -52,7 +52,9 @@ namespace Microsoft.AspNetCore.SpaServices.Webpack
|
||||
public IDictionary<string, string> EnvironmentVariables { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Pass in the env parameter to webpack.
|
||||
/// Specifies a value for the "env" parameter to be passed into the Webpack configuration
|
||||
/// function. The value must be JSON-serializable, and will only be used if the Webpack
|
||||
/// configuration is exported as a function.
|
||||
/// </summary>
|
||||
public object EnvParam { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user