Is there a way to leverage running the webpack-dev-server on https when configuring using CLI?
The problem is the connection to socket.io is
socket.io
I think you might add this line to the entry point to also create a secure socket connection:
"dev-server": "webpack-dev-server/client?https://localhost:8080/",