Description
-
Operating System: Mac OS 10.14.6
-
Node Version: v10.15.3
-
NPM Version: 6.9.0
-
webpack Version: 4.39.3
-
webpack-dev-server Version: 3.10.3
-
Browser: Chrome 79.0.3945.130
-
This is a bug
Expected Behavior
contentBasePublicPath
options is present in the documentation page https://webpack.js.org/configuration/dev-server/#devservercontentbasepublicpath
Actual Behavior
contentBasePublicPath
options is not present in the documentation page https://webpack.js.org/configuration/dev-server/#devservercontentbasepublicpath
For Bugs; How can we reproduce the behavior?
Got to https://webpack.js.org/configuration/dev-server/#devservercontentbasepublicpath
After finding a way to add a root prefix to my dev server, I looked at the code and find contentBasePublicPath
.
Should be useful update the docs with this information.
Let me know If I can create a PR for that and where.
Thx for your great work!