joebobmiles / zustand-middleware-yjs

Zustand middleware that enables sharing of state between clients via Yjs.
MIT License
103 stars 10 forks source link

Produce and properly distribute both a CommonJS and ESM build #18

Closed joebobmiles closed 3 years ago

joebobmiles commented 3 years ago

This solves #17. Apparently, the JavaScript ecosystem is still not able to overcome the CommonJS and ESM divide. To maximize compatibility with developer tooling, we have to build both a CommonJS and ESM bundle and then conditionally export based on how our code is being imported.

I want to scream.

joebobmiles commented 3 years ago

:tada: This PR is included in version 1.2.2-rc.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

joebobmiles commented 3 years ago

:tada: This PR is included in version 1.2.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: