UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

25 lines (17 loc) 343 B
#### Use Legacy Cache Set `useLegacyCache` to true for migrating workspaces #### Sample Code Changes Add `useLegacyCache` to `nx.json` unless `enableDbCache` was set to true. ##### Before ```json title="nx.json" { "targetDefaults": {} } ``` ##### After ```json title="nx.json" { "targetDefaults": {}, "useLegacyCache": true } ```