C# Class Redouble.AspNet.Webpack.Extensions

Afficher le fichier Open project: frankwallis/WebpackAspnetMiddleware

Méthodes publiques

Méthode 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 méthode

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
Résultat void

UseWebpackDevServer() public static méthode

public static UseWebpackDevServer ( this app ) : void
app this
Résultat void

UseWebpackHotReload() public static méthode

public static UseWebpackHotReload ( this app ) : void
app this
Résultat void