From 703f621737d2edf3285da9f4dee2a5b4cdf9fe1b Mon Sep 17 00:00:00 2001 From: WrathZA Date: Thu, 17 Nov 2016 19:20:08 +0200 Subject: [PATCH] Update README.md Fixed very minor spelling mistake on line 521. You = Your --- src/Microsoft.AspNetCore.SpaServices/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.SpaServices/README.md b/src/Microsoft.AspNetCore.SpaServices/README.md index 4b790777..94fe943d 100644 --- a/src/Microsoft.AspNetCore.SpaServices/README.md +++ b/src/Microsoft.AspNetCore.SpaServices/README.md @@ -518,7 +518,7 @@ if (env.IsDevelopment()) { app.UseWebpackDevMiddleware(); } -// You call to app.UseStaticFiles(); should be here +// Your call to app.UseStaticFiles(); should be here ``` Also check your webpack configuration at `webpack.config.js`. Since `UseWebpackDevMiddleware` needs to know which incoming requests to intercept, make sure you've specified a `publicPath` value on your `output`, for example: