diff --git a/test/webpack.config.js b/test/webpack.config.js index 26be49ef..6a6fe0b1 100644 --- a/test/webpack.config.js +++ b/test/webpack.config.js @@ -75,7 +75,7 @@ module.exports = { devServer: { compress: true, historyApiFallback: true, // respond to 404s with index.html - host: 'localhost', + host: '0.0.0.0', hot: true, // enable HMR on the server port: 3000, },