@myinterview/widget-react 1.0.33-beta-9bea4cb → 1.0.35-beta-6c4bbde

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
@@ -21884,9 +21884,7 @@ const prod_config = {
21884
21884
 
21885
21885
  // eslint-disable-next-line import/no-mutable-exports
21886
21886
  const config$1 = (configEnv) => {
21887
- var _a;
21888
- console.log("-> configEnv", configEnv, process);
21889
- switch (configEnv || ((_a = process === null || process === void 0 ? void 0 : process.env) === null || _a === void 0 ? void 0 : _a.REACT_APP_ENV)) {
21887
+ switch (configEnv) {
21890
21888
  case 'development':
21891
21889
  case 'dev':
21892
21890
  case 'local':