다음을 통해 공유


WebpackDevMiddlewareOptions.EnvironmentVariables 속성

정의

Webpack 컴파일러를 호스트하는 노드 instance 전달할 추가 환경 변수를 지정합니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ EnvironmentVariables { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ value); };
public System.Collections.Generic.IDictionary<string,string> EnvironmentVariables { get; set; }
member this.EnvironmentVariables : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property EnvironmentVariables As IDictionary(Of String, String)

속성 값

적용 대상