Closed
Description
We have a very specific need that forces us to use our own generated SSL certificates in development.
I can't see any obvious ways to provide certificates with react-dev-utils/webpackHotDevClient
, but the default webpack-dev-server
server has a https
option that does exactly this.
Is there an easy way to achieve it?
How common is this problem? Is it something that is commonly required?