Skip to content

Commit e191802

Browse files
committed
fix: add the mandatory babel cache line
1 parent 50b9307 commit e191802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = function (api) {
2+
api.cache(false);
23
return {
34
presets: ['module:metro-react-native-babel-preset'],
45
};

0 commit comments

Comments
 (0)