diff --git a/webpack.config.js b/webpack.config.js index 0e46bef..d7382c2 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -53,7 +53,7 @@ module.exports = { ], devtool: "cheap-module-source-map", devServer: { - host: '0.0.0.0', + //host: '0.0.0.0', contentBase: "./", compress: true, }