diff --git a/source/webpack.dev.js b/source/webpack.dev.js index 44131c07c..13b70a055 100644 --- a/source/webpack.dev.js +++ b/source/webpack.dev.js @@ -11,6 +11,9 @@ module.exports = { entry: map(concat(['react-hot-loader/patch']), common.entry), serve: { host: '0.0.0.0', + hotClient: { + host: { client: '*', server: '0.0.0.0' } + }, add: (app, middleware, options) => { app.use( convert(