mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Update README.md
Fixed very minor spelling mistake on line 521. You = Your
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user