webpack-dev-server icon indicating copy to clipboard operation
webpack-dev-server copied to clipboard

New option `application` to allow developers to use their custom server application

Open snitin315 opened this issue 3 years ago • 0 comments

Feature Proposal

New option application: { type: "connect", options: ...options } (default value is express)

Feature Use Case

we need application: { type: "connect", options: ...options } (default value is express) in the long term we should migrate on connect or maybe something more simple, express is not get updated a long time, but we need to support http2/https without any problems and workarounds, I think now we can setup our tests and fix code for connect and them add this options, so we can have two-three PRs

Please refer https://github.com/webpack/webpack-dev-server/pull/4068#issuecomment-998635537

snitin315 avatar Feb 20 '22 01:02 snitin315