WebpackDevMiddlewareOptions.EnvParam Property

Definition

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.

public:
 property System::Object ^ EnvParam { System::Object ^ get(); void set(System::Object ^ value); };
public object EnvParam { get; set; }
member this.EnvParam : obj with get, set
Public Property EnvParam As Object

Property Value

Applies to