Webpack Dev Server running on HTTPS/Web Sockets Secure

See the webpack docs

There is a flag you can add to the webpack-dev-server command

webpack-dev-server --https 

Leave a Comment