Sample Code Changes
Add .nx/cache
to the .gitignore
file.
.gitignore
1node_modules
2
Add .nx/cache
to the .prettierignore
file.
.prettierignore
1/dist
2
Here is a list of all migrations available for this package.
Set `useLegacyCache` to true for migrating workspaces
Migration for v20.0.0-beta.7
Set project name in nx.json explicitly
Updates the nx wrapper.
Updates the default workspace data directory to .nx/workspace-data
Moves affected.defaultBase to defaultBase in `nx.json`
Updates nx.json to disabled adding plugins when generating projects in an existing Nx workspace
Updates the nx wrapper.
Migration for v17.0.0-rc.1
Use minimal config for tasksRunnerOptions
Updates the default cache directory to .nx/cache
Add .nx/cache
to the .gitignore
file.
1node_modules
2
Add .nx/cache
to the .prettierignore
file.
1/dist
2