15 lines
344 B
Markdown
15 lines
344 B
Markdown
# @expo/local-build-cache-provider
|
|
|
|
A build cache provider plugin for the Expo CLI
|
|
|
|
To use the local build provider plugin, update your **app.json** to include the `buildCacheProvider` property and set it to `expo/local-build-cache-provider`:
|
|
|
|
```json
|
|
{
|
|
"expo": {
|
|
...
|
|
"buildCacheProvider": "expo/local-build-cache-provider"
|
|
}
|
|
}
|
|
```
|