Skip to content

Commit 781bdc1

Browse files
authored
update README with publicPath doc link
1 parent 14de0b9 commit 781bdc1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ Type: `String`
152152
_Required_
153153

154154
The public path that the middleware is bound to. _Best Practice: use the same
155-
`publicPath` defined in your webpack config._
155+
`publicPath` defined in your webpack config. For more information about
156+
`publicPath`, please see
157+
[the webpack documentation](https://webpack.js.org/guides/public-path)._
156158

157159
### reporter
158160

@@ -399,4 +401,4 @@ We welcome your contributions! Please have a read of [CONTRIBUTING.md](CONTRIBUT
399401
[middleware-url]: https://github.com/webpack/webpack-dev-middleware
400402
[stack-url]: https://stackoverflow.com/questions/tagged/webpack-dev-middleware
401403
[uglify-url]: https://github.com/webpack-contrib/uglifyjs-webpack-plugin
402-
[wjo-url]: https://github.com/webpack/webpack.js.org
404+
[wjo-url]: https://github.com/webpack/webpack.js.org

0 commit comments

Comments
 (0)