Files
vue-cli/packages
Haoqun Jiang 558dea2af6 fix: support devServer.server option, avoid deprecation warning
Closes #7024
Fixes #7118

I choose to not merge the PR because I don't want add additional ways
to configure https for dev server (`--http2` command line argument,
`process.env.HTTPS`, etc.)

In the current implementation, `spdy` can only be configured by setting
`{ devServer: server: { type: 'spdy' } }`.
This is a deliberate choice, because SPDY support in Node.js 15+ is
broken anyway. I don't want bother refactoring the old code to
accommodate this broken feature.
2022-07-04 21:02:14 +08:00
..
2017-12-27 13:09:16 -05:00
2022-06-16 22:41:05 +08:00