connectrpc / connect-es

The TypeScript implementation of Connect: Protobuf RPC that works.

Home Page:https://connectrpc.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove "node" export condition

timostamm opened this issue · comments

In #974, we made a change that removes a common failure point for the dual package hazard.

As a result, we can remove the "node" export condition from our package.json. The condition was intended to avoid the dual package hazard issue, but causes problems with some bundlers.

Similar issue for Protobuf-ES: bufbuild/protobuf-es#713