Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade resolve to 1.9.0 #3

Open
thiagofelix opened this issue Jun 10, 2019 · 0 comments
Open

Upgrade resolve to 1.9.0 #3

thiagofelix opened this issue Jun 10, 2019 · 0 comments

Comments

@thiagofelix
Copy link

thiagofelix commented Jun 10, 2019

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

"resolutions": {
    "resolve": "1.9.0"
}

Curious to hear your thoughts, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant