WebpackDevMiddlewareOptions.ConfigFile 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定要使用的 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