ssl - Webpack Dev Server running on HTTPS/Web Sockets Secure -
ssl - Webpack Dev Server running on HTTPS/Web Sockets Secure -
normally in developer mode webpack runs using http. there web server serving content through http , webpack using http/websockets on separate port.
is possible run web server on https , webpack on https/websocket secure ?
see webpack docs
there flag can add together webpack-dev-server command
webpack-dev-server --https
ssl https webpack devserver
Comments
Post a Comment