webpack / webpack-dev-server

Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
MIT License
7.77k stars 1.43k forks source link

Where to read more about app field in config #5211

Open budarin opened 2 weeks ago

budarin commented 2 weeks ago

Documentation Is:

there is nothing about it in the documentation ....

Allows you to use custom server applications, such as connect, fastify, etc. The default application used is express.

Its confusing

Please Explain in Detail...

Your Proposal for Changes

Please add full description of this field with valuable samples