I am having one simple project of React JS and I am deploying into OSE. Also I am using below dependencies in my project.
\"webpack\": \"^2.2.0\", \"webpack-de
At your webpack config, you could add disableHostCheck: true at devServer configuration. For example,
devServer
devServer: { disableHostCheck: true }