You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I used patch-package to patch @bufbuild/protobuf@1.5.0 for the project I'm working on.
I'm using endo to bundle some generated code. It looked at exports and used the import key, which got proxy/index.js, which led to CJS code. Is that by design? It seems odd.
We've actually already landed this change in Connect-ES (#921) and will be landing the same change in this repo. Hope to get this landed within the next day or two.
@dckc this should hopefully be fixed in v1.5.1 released today. The PR is here. Going to close this, but if you are still seeing issues, feel free to reopen.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
@bufbuild/protobuf@1.5.0
for the project I'm working on.I'm using endo to bundle some generated code. It looked at
exports
and used theimport
key, which gotproxy/index.js
, which led to CJS code. Is that by design? It seems odd.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: