Back to Nx

Remove Legacy Cache

packages/nx/src/migrations/update-21-0-0/remove-legacy-cache.md

22.7.1292 B
Original Source

Use Legacy Cache

Removes useLegacyCache from nx.json as it is no longer functional in Nx 21

Sample Code Changes

Before
json
{
  "targetDefaults": {},
  "useLegacyCache": true
}
After
json
{
  "targetDefaults": {}
}