How to infer the project graph properly? Can I modify the existing task? #27768
Unanswered
ThePlenkov
asked this question in
Questions
Replies: 1 comment
-
I found a following code. I'm very curious what would it be in V20 then. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm trying to update the project graph on the fly using an own plugin.
The logic of the plugin - analyse options and transform them if required. I do not want to change the key of the option - only the value.
In general - I'm quite sure my plugin works. If I use a new unique name for the option - it appears in the result graph.
However, when I try to change an existing option - I notice that it's not changed.
After debugging I found out that it happens because of the
nx/core/project-json
plugin .It somehow works after my plugin and overwrites changed configuration again.
Therefore I'd like to ask - is it possible somehow to maintain the sequence of those plugins?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions