@myinterview/widget-react 1.0.35-beta-6c4bbde → 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 +4 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -21884,7 +21884,10 @@ const prod_config = {
|
|
|
21884
21884
|
|
|
21885
21885
|
// eslint-disable-next-line import/no-mutable-exports
|
|
21886
21886
|
const config$1 = (configEnv) => {
|
|
21887
|
-
|
|
21887
|
+
var _a;
|
|
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) {
|
|
21888
21891
|
case 'development':
|
|
21889
21892
|
case 'dev':
|
|
21890
21893
|
case 'local':
|