Closed JanMisker closed 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.
import
The repository is https://github.com/JanMisker/yjs-test
Please advise whether this should be resolved in Parcel or within this library...
Just fixed this. Please see my comment here: https://github.com/yjs/yjs/issues/511#issuecomment-1481128335
Haha sorry I was 5 minutes too impatient ;)
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
import
ing 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...