Update README.md
Fixed very minor spelling mistake on line 521. You = Your
This commit is contained in:
parent
d6c6408457
commit
bbbcb5ef18
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue