-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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(remix-node): only polyfill globals if they're not present #6259
feat(remix-node): only polyfill globals if they're not present #6259
Conversation
|
7fcc391
to
b04638e
Compare
I'm not sure it will be as easy as this. Before I gave up on using remix for my project, I had to patch other parts of it which were relying on polyfill implementation details in order to get rid of the polyfills: isker/neogrok@c47fc1c#diff-49b936c82e6771ef5a3b352fb8cc1fef5a732a395be7a2bb56ac508bf90e7f79. (I didn't bother looking into what the semantics of |
I'm not sure if this is what we want since we've found that the node globals aren't spec compliant. I believe @jacob-ebey was working on a new way in which we give users control on whether or not to add polyfills. |
Also beware, |
Code will be transpiled to Node 14, no? 🤔 |
You're correct, I totally missed #5047, thanks! |
b04638e
to
0a082fe
Compare
Are there any updates on that other approach you mentioned? It seems like this is a breaking issue for several people |
0a082fe
to
783fb71
Compare
783fb71
to
9f93f85
Compare
9f93f85
to
89c353d
Compare
89c353d
to
3618a82
Compare
Superseded by #6547 |
Closes #5858
Closes #6280
Closes #6284
Closes #6288
Closes #6290
Closes #6318
Closes #6348
Closes #6380