You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use case is to be able to compile yoga-layout using yarn pnp node resolution strategy.
After some research it looks like the reason why it is not possible currently is because yoga-layout uses autogypi which uses a version of resolve which doesn't let yarn define a custom normalize-options hook.
My workaround so far is to force a specific yarn resolution on my package.json
"resolutions": {
"resolve": "1.9.0"
}
Curious to hear your thoughts, thank you!
The text was updated successfully, but these errors were encountered:
Hi @jjrv do you see a reason to not upgrade the resolve dependency from
~1.1.7
to~1.9.0
?I am looking for to use the resolve normalize-options pseudo hook feature available on version 1.9.0
The use case is to be able to compile yoga-layout using yarn pnp node resolution strategy.
After some research it looks like the reason why it is not possible currently is because yoga-layout uses autogypi which uses a version of resolve which doesn't let yarn define a custom normalize-options hook.
My workaround so far is to force a specific yarn resolution on my package.json
Curious to hear your thoughts, thank you!
The text was updated successfully, but these errors were encountered: