C# 클래스 Redouble.AspNet.Webpack.Extensions

파일 보기 프로젝트 열기: frankwallis/WebpackAspnetMiddleware

공개 메소드들

메소드 설명
AddWebpack ( this services, string configFile = "webpack.config.js", string publicPath = "/", string webRoot = "wwwroot", WebpackLogLevel logLevel = WebpackLogLevel.Normal ) : void
UseWebpackDevServer ( this app ) : void
UseWebpackHotReload ( this app ) : void

메소드 상세

AddWebpack() 공개 정적인 메소드

public static AddWebpack ( this services, string configFile = "webpack.config.js", string publicPath = "/", string webRoot = "wwwroot", WebpackLogLevel logLevel = WebpackLogLevel.Normal ) : void
services this
configFile string
publicPath string
webRoot string
logLevel WebpackLogLevel
리턴 void

UseWebpackDevServer() 공개 정적인 메소드

public static UseWebpackDevServer ( this app ) : void
app this
리턴 void

UseWebpackHotReload() 공개 정적인 메소드

public static UseWebpackHotReload ( this app ) : void
app this
리턴 void