dmonad / lib0

Monorepo of isomorphic utility functions
MIT License
345 stars 63 forks source link

Projects using lib0 after 0.2.70 don't build with parcel #63

Closed JanMisker closed 1 year ago

JanMisker commented 1 year ago

Follow-up on https://github.com/yjs/yjs/issues/511, this issue tracker is probably a better place for it.

I'm not sure if this is a parcel bug or a problem with this library, but after release 0.2.70 projects that are using parcel 2 don't build anymore. I created a minimal example, just importing yjs, and it fails right away on building.

The repository is https://github.com/JanMisker/yjs-test

Please advise whether this should be resolved in Parcel or within this library...

dmonad commented 1 year ago

Just fixed this. Please see my comment here: https://github.com/yjs/yjs/issues/511#issuecomment-1481128335

JanMisker commented 1 year ago

Haha sorry I was 5 minutes too impatient ;)