Share via


WebpackDevMiddlewareOptions.EnvironmentVariables 屬性

定義

指定要傳遞至裝載 Webpack 編譯器的 Node 實例的其他環境變數。

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)

屬性值

適用於