We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b0a1a commit 38624beCopy full SHA for 38624be
bin/webpack-dev-server.js
@@ -148,7 +148,7 @@ if(argv["key"])
148
options.key = fs.readFileSync(path.resolve(argv["key"]));
149
150
if(argv["cacert"])
151
- options.cacert = fs.readFileSync(path.resolve(argv["cacert"]));
+ options.ca = fs.readFileSync(path.resolve(argv["cacert"]));
152
153
if(argv["inline"])
154
options.inline = true;
0 commit comments