Add this config to your webpack config file when using webpack-dev-server (you can still specify the host as 0.0.0.0).
devServer: { disableHostCheck: true, host: '0.0.0.0', port: 3000}
Add this config to your webpack config file when using webpack-dev-server (you can still specify the host as 0.0.0.0).
devServer: { disableHostCheck: true, host: '0.0.0.0', port: 3000}