WebpackAspnetMiddleware icon indicating copy to clipboard operation
WebpackAspnetMiddleware copied to clipboard

Webpack development middleware for ASP.NET 5

Results 3 WebpackAspnetMiddleware issues
Sort by recently updated
recently updated
newest added

devServer setting dosen't work in asp.net core devServer: { historyApiFallback: true, noInfo: true, port:8081, overlay: true, hot: true },

Hello, First, great project, it's a life saver ! :) I was wondering if we could still benefit of debugging TypeScript code within Visual Studio, apparently it's no longer the...

The docs and examples show how to configure Startup.cs for apps targeting .net core. Can you advise on how to configure for a .NET Framework app ?