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
change the host to 127.0.0.1 in build script.
"build": "SET NODE_ENV=production && webpack-dev-server --host 127.0.0.1 --inline --history-api-fallback --content-base . "