From dae792cc357480b5a1ef1288f41838ba01f8b514 Mon Sep 17 00:00:00 2001 From: acer Date: Thu, 22 Oct 2020 03:07:43 -0400 Subject: [PATCH] comment out host --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }