add disk build cache provider

This commit is contained in:
Samuel Newman
2025-08-26 15:59:30 +01:00
parent 2b34721876
commit ddf509bb57
3 changed files with 344 additions and 20 deletions
+8
View File
@@ -398,6 +398,14 @@ module.exports = function (_config) {
projectId: '55bd077a-d905-4184-9c7f-94789ba0f302',
},
},
experiments: {
buildCacheProvider: {
plugin: 'expo-build-disk-cache',
options: {
cacheDir: 'node_modules/.expo-build-disk-cache',
},
},
},
},
}
}