nrwl / add-nx

22 stars 8 forks source link

feat: disable source file analysis #45

Closed FrozenPandaz closed 2 years ago

FrozenPandaz commented 2 years ago

Current Behavior

Source Code analysis is awesome for mature workspaces but when trying Nx for the first time, Nx can identify edges that monorepos don't expect. This leads to issues getting Nx to work when trying it for the first time in an existing workspace.

Expected Behavior

Trying Nx for the first time in an existing monorepo is seamless and adopts the same graph as package manager workspaces.