Babel plugin for pre-processing defines
npm install babel-plugin-definejson
[ "define", {
"__API_ROOT__": "document.location.origin + '/api'",
"__SOCKET_ROOT__": "document.location.origin",
"__DEBUG__": "false",
"__ACTIVE_CONFIG__": "LiveUI"
} ]
``