diff --git a/webpack.config.js b/webpack.config.js index 61632b6..596fedf 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -18,6 +18,7 @@ module.exports = (env) => ({ devServer: { contentBase: './dist', hot: true, + host: '0.0.0.0', }, plugins: [ new MiniCssExtractPlugin({