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

feat: custom polyfil imports for node #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

relu91
Copy link

@relu91 relu91 commented Mar 22, 2024

I'm migrating an old project from browserify to esbuild and I found out that I can't override the default polyfils with some custom implementation. I'm not sure if this is not a planned feature, but, given the fact that the implementation seems straightforward, I've added the required changes.

The use case that I have is that I need to override the default readable-stream implementation with the latest release, but it might be helpful also for others.

Futher infos

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

Successfully merging this pull request may close these issues.

1 participant