You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to specify that a passphrase is required for the .key file? If not, are you aware of any possible workarounds that I could look into that would circumvent the webpack config?
My other question would be is this possible via webpack-cli? It seems like the options are the same between webpack-dev-server and webpack-cli, but not sure if more actions could be possible via webpack-cli.
The text was updated successfully, but these errors were encountered:
Code
Per the documentation on HTTPS settings:
https://webpack.js.org/configuration/dev-server/#devserverhttps
Is there a way to specify that a passphrase is required for the
.key
file? If not, are you aware of any possible workarounds that I could look into that would circumvent the webpack config?My other question would be is this possible via
webpack-cli
? It seems like the options are the same betweenwebpack-dev-server
andwebpack-cli
, but not sure if more actions could be possible viawebpack-cli
.The text was updated successfully, but these errors were encountered: