diff --git a/webpack.config.js b/webpack.config.js index 30ba8438..38290728 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -49,8 +49,9 @@ module.exports = { devServer: { // host: '0.0.0.0', //contentBase: "./", + allowedHosts: 'all', static: { directory: path.resolve(__dirname, "./"), }, } -}; \ No newline at end of file +};