mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +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();
|
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:
|
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