@myinterview/widget-react 1.0.34-beta-a5d50e3 → 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,8 +21884,7 @@ const prod_config = {
|
|
|
21884
21884
|
|
|
21885
21885
|
// eslint-disable-next-line import/no-mutable-exports
|
|
21886
21886
|
const config$1 = (configEnv) => {
|
|
21887
|
-
|
|
21888
|
-
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) {
|
|
21889
21888
|
case 'development':
|
|
21890
21889
|
case 'dev':
|
|
21891
21890
|
case 'local':
|