C# Class Redouble.AspNet.Webpack.Extensions

Mostrar archivo Open project: frankwallis/WebpackAspnetMiddleware

Public Methods

Method Description
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

Method Details

AddWebpack() public static method

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
return void

UseWebpackDevServer() public static method

public static UseWebpackDevServer ( this app ) : void
app this
return void

UseWebpackHotReload() public static method

public static UseWebpackHotReload ( this app ) : void
app this
return void