Skip to content

Commit

Permalink
Merge pull request #415 from dtinth/patch-2
Browse files Browse the repository at this point in the history
Docs: devServer.setup [deprecated] → devServer.before
  • Loading branch information
insin authored Jan 1, 2018
2 parents a00c064 + 12fbfc0 commit 888e081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ Notable features you can configure using these options:

- [`devServer.proxy`](https://webpack.js.org/configuration/dev-server/#devserver-proxy) - proxy certain URLs to a separate API backend development server.

- [`devServer.setup`](https://webpack.js.org/configuration/dev-server/#devserver-setup) - access the Express app to add your own middleware to the dev server.
- [`devServer.before`](https://webpack.js.org/configuration/dev-server/#devserver-before) - access the Express app to add your own middleware to the dev server.

e.g. to enable HTTPS:

Expand Down

0 comments on commit 888e081

Please sign in to comment.