We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584798d commit 9164a37Copy full SHA for 9164a37
babel.config.js
@@ -1,5 +1,8 @@
1
module.exports = function (api) {
2
- api.cache(false);
+ if (api) {
3
+ api.cache(false);
4
+ }
5
+
6
return {
7
presets: ['module:metro-react-native-babel-preset'],
8
};
0 commit comments