-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Support to Yarn v2/berry for webpacker 5.x #2889
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
Conversation
@gauravtiwari It worked like a charm! 🎉 PS: There are some errors in CI, but is not related to source code of PR, is related to some ruby version installed during build process 👍 |
@gauravtiwari Happy to see your review/suggestions on it 🎉 🥇 |
Do you have any plan to release this? @pedrofurtado @gauravtiwari |
Hi @merobal ! 👋 Yes, asap we will prepare a 5.x release 🎉 |
@pedrofurtado any chance this updated release will happen reasonably soon? |
@pedrofurtado was this released? I'm still seeing this on latest 5.x (5.4.3) more than 5 months later |
Nevermind, ignore me. I thought the version lock said which why are we putting a maximum version on the new flags anyways? this is just going to keep needing to be rolled out every time, because when a new yarn version is released, the commands will revert to v1, instead of trying to assume compatibility with the most up-to-date api first |
And ignore me again, the issue above is with sprockets, not with the engine lock. running assets:precompile still attempts to trigger sprockets, even if sprockets is not enabled or installed on an app apparently |
@gauravtiwari 👋
Closes #2888.
Clone of #2799 to provide support of Yarn v2 in 5.x versions of webpacker.