WebpackDevMiddlewareOptions.EnvParam Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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