@expo/metro-config 55.0.18 → 55.0.19

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.
@@ -142,7 +142,7 @@ plugins, }) => {
142
142
  }
143
143
  finally {
144
144
  // Restore the old process.env.BABEL_ENV
145
- if (OLD_BABEL_ENV != null) {
145
+ if (OLD_BABEL_ENV == null) {
146
146
  // We have to treat this as a special case because writing undefined to
147
147
  // an environment variable coerces it to the string 'undefined'. To
148
148
  // unset it, we must delete it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/metro-config",
3
- "version": "55.0.18",
3
+ "version": "55.0.19",
4
4
  "description": "A Metro config for running React Native projects with the Metro bundler",
5
5
  "main": "build/ExpoMetroConfig.js",
6
6
  "types": "build/ExpoMetroConfig.d.ts",
@@ -73,5 +73,5 @@
73
73
  "publishConfig": {
74
74
  "access": "public"
75
75
  },
76
- "gitHead": "1528d89d7b1076a4d8b88eb7b1e9e9c4e8c8f9d8"
76
+ "gitHead": "6ab08fe32823d60ad90b3ca2821b4d99a3ae06e9"
77
77
  }