Skip to content

Commit 118e441

Browse files
committed
fix(run-webpack.ts): copy the https property from devServer to opts
1 parent 145895a commit 118e441

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/resources/tasks/run-webpack.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ function runWebpack(done) {
2020
open: project.platform.open,
2121
stats: {
2222
colors: require('supports-color')
23-
}
23+
},
24+
https: config.devServer.https
2425
} as any;
2526

2627
if (!CLIOptions.hasFlag('watch')) {

0 commit comments

Comments
 (0)