diff --git a/skeleton/webpack/aurelia_project/tasks/run.ext b/skeleton/webpack/aurelia_project/tasks/run.ext index 003fea0a1..4c275714b 100644 --- a/skeleton/webpack/aurelia_project/tasks/run.ext +++ b/skeleton/webpack/aurelia_project/tasks/run.ext @@ -18,7 +18,7 @@ import {CLIOptions, reportWebpackReadiness} from 'aurelia-cli'; function runWebpack(done) { // https://webpack.github.io/docs/webpack-dev-server.html let opts = { - host: 'localhost', + host: '0.0.0.0', publicPath: config.output.publicPath, filename: config.output.filename, hot: project.platform.hmr || CLIOptions.hasFlag('hmr'),