vuejs / vue-cli

🛠️ webpack-based tooling for Vue.js Development
https://cli.vuejs.org/
MIT License
29.76k stars 6.33k forks source link

DevServer missing 'server' option #6905

Open ShuangGod opened 2 years ago

ShuangGod commented 2 years ago

Version

5.0.0-rc.1

Reproduction link

[]( ValidationError: webpack Dev Server Invalid Options options should NOT have additional properties)

Environment info

nodejs 12.*

Steps to reproduce

please:

devServer: { server: 'https' // set this option }

What is expected?

please support this option

What is actually happening?

1

glutaminefree commented 2 years ago

Actual version is 5.0.1 but still have no support for server option :(