⛔ Target Exclusions in Nx Project Crystal
UPDATE 2024–04-03:
An official way now exists to exclude or include plugins for a specific project:
https://github.com/nrwl/nx/pull/22379
If we take the example below, you can now use the approach:
{
"plugins": [
{
"plugin": "@nx/jest/p...
gelinjo.hashnode.dev4 min read