Starcounter-Jack / JSON-Patch

Lean and mean Javascript implementation of the JSON-Patch standard (RFC 6902). Update JSON documents using delta patches.
MIT License
1.78k stars 215 forks source link

Mixing default exports and named exports breaks parcel #317

Open caizixian opened 11 months ago

caizixian commented 11 months ago

https://github.com/parcel-bundler/parcel/issues/7781 https://github.com/pmndrs/zustand/issues/1563#issuecomment-1445213087

https://github.com/Starcounter-Jack/JSON-Patch/blob/9d313ac01916e525e9204074f06e5295edec491b/index.mjs#L24-L29

caizixian commented 9 months ago

Fixed in https://github.com/parcel-bundler/parcel/pull/9331 I think

caizixian commented 9 months ago

Never mind. Still broken as of parcel 2.10.3