add disk build cache provider
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user