WebpackDevMiddlewareOptions.ConfigFile 属性

定义

指定要使用的 Webpack 配置文件。 如果未设置,则默认为“webpack.config.js”。

public:
 property System::String ^ ConfigFile { System::String ^ get(); void set(System::String ^ value); };
public string ConfigFile { get; set; }
member this.ConfigFile : string with get, set
Public Property ConfigFile As String

属性值

适用于