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 1d63fed commit 4c19e47Copy full SHA for 4c19e47
lib/config/parse-runtime.js
@@ -41,7 +41,7 @@ module.exports = function(argv, cwd) {
41
runtimeConfig.verbose = true;
42
43
runtimeConfig.useDevServer = true;
44
- runtimeConfig.devServerHttps = argv.https;
+ runtimeConfig.devServerHttps = argv.https || argv.serverType === 'https' ;
45
runtimeConfig.devServerKeepPublicPath = argv.keepPublicPath || false;
46
47
if (typeof argv.public === 'string') {
0 commit comments