A custom build cache provider for Expo CLI that stores build artifacts locally to reduce build times. Version 1.0.3 is the current stable release. It works by generating a fingerprint hash for each build configuration; subsequent builds with the same fingerprint reuse cached artifacts. Unlike cloud-based caches (EAS Build Cache), this plugin keeps all data on the developer's machine, suitable for offline or privacy-sensitive scenarios. Ships TypeScript types. No breaking changes reported yet.
npm install eas-local-cacheNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs EAS Local Cache and configures it in Expo's app.config.ts to enable local build caching.
Manually delete .expo/cache directory when changing build settings.
Verify the plugin string matches the package name exactly.
Run 'npm install --save-dev eas-local-cache' and ensure node_modules is present.
Check app.config.ts for 'buildCacheProvider.plugin: "eas-local-cache"', and ensure .expo/cache exists with correct file permissions.
Run build with proper user permissions or set NODE_OPTIONS=--no-warnings; also ensure project root is writable.
No dependency data recorded yet.