Skip to content

Commit

Permalink
Merge pull request #1088 from PisaJan/patch-1
Browse files Browse the repository at this point in the history
Keep webpack config for dev server working
  • Loading branch information
EisenbergEffect authored May 14, 2019
2 parents 1e6c1dc + f9a3af4 commit ffa8741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/webpack/aurelia_project/tasks/run.ext
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function runWebpack(done) {
stats: {
colors: require('supports-color')
},
https: config.devServer.https
...config.devServer
}/* @if feat.typescript ** as any/* @endif */;

// Add the webpack-dev-server client to the webpack entry point
Expand Down

0 comments on commit ffa8741

Please sign in to comment.