-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Package variants #1154
Comments
Thanks for trying to solve this. I looked at that issue and it seems like this could be made to work with esbuild. However, I'd prefer to avoid esbuild having an entirely separate package installation strategy just for Yarn. My preference would be to move forward with How is your solution different than |
Optional dependencies can meet some of the same needs, but have their limits:
That said it's worth mentioning them as an alternative. Will add a section accordingly. And of course there's nothing that would prevent the two from working together.
I pinged you not because you're a bundler but because esbuild is now a recognized native but cross-platform package in the ecosystem (so you might be interested in a similar feature to distribute your own work). The feature itself would be mostly transparent to bundlers, just like the |
I'm going to close this since this isn't an issue with esbuild. Thanks for the heads-up though. I'll be following along on yarnpkg/berry#2751. |
Hi 👋
I've opened an RFC on Yarn to discuss a potential builtin (hopefully cross-package-manager) way to manage prebuilt packages. If you're interested to take a look (and check if it would be compatible with ESBuild) it would be much appreciated 😃
Relevant issue: yarnpkg/berry#2751
The text was updated successfully, but these errors were encountered: