Skip to content

Commit

Permalink
fix(run-webpack.ts): copy the https property from devServer to opts
Browse files Browse the repository at this point in the history
  • Loading branch information
fkleuver committed Apr 7, 2018
1 parent 145895a commit 118e441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/resources/tasks/run-webpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ function runWebpack(done) {
open: project.platform.open,
stats: {
colors: require('supports-color')
}
},
https: config.devServer.https
} as any;

if (!CLIOptions.hasFlag('watch')) {
Expand Down

0 comments on commit 118e441

Please sign in to comment.