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 used like this in package.json and started working with port i needed:
package.json
"scripts": { "serve": "webpack-dev-server --inline --colors --watch --display-error-details --display-cached --port 3001 --hot" },