@myinterview/widget-react 1.0.34-beta-a5d50e3 → 1.0.36-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -21885,7 +21885,9 @@ const prod_config = {
21885
21885
  // eslint-disable-next-line import/no-mutable-exports
21886
21886
  const config$1 = (configEnv) => {
21887
21887
  var _a;
21888
- switch (configEnv || ((_a = process === null || process === void 0 ? void 0 : process.env) === null || _a === void 0 ? void 0 : _a.REACT_APP_ENV)) {
21888
+ const reactAppEnv = typeof process !== 'undefined' && ((_a = process === null || process === void 0 ? void 0 : process.env) === null || _a === void 0 ? void 0 : _a.REACT_APP_ENV);
21889
+ console.log({ reactAppEnv });
21890
+ switch (configEnv || reactAppEnv) {
21889
21891
  case 'development':
21890
21892
  case 'dev':
21891
21893
  case 'local':