Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixing default exports and named exports breaks parcel #317

Open
caizixian opened this issue Sep 13, 2023 · 2 comments
Open

Mixing default exports and named exports breaks parcel #317

caizixian opened this issue Sep 13, 2023 · 2 comments

Comments

@caizixian
Copy link

parcel-bundler/parcel#7781
pmndrs/zustand#1563 (comment)

JSON-Patch/index.mjs

Lines 24 to 29 in 9d313ac

export default Object.assign({}, core, duplex, {
JsonPatchError,
deepClone,
escapePathComponent,
unescapePathComponent
});

@caizixian
Copy link
Author

Fixed in parcel-bundler/parcel#9331 I think

@caizixian caizixian reopened this Nov 16, 2023
@caizixian
Copy link
Author

Never mind. Still broken as of parcel 2.10.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant