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

Conditional export support #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conditional export support #117

wants to merge 1 commit into from

Conversation

impy88
Copy link

@impy88 impy88 commented May 26, 2021

Hi @mourner,

thank you for the great lib!

I'm faced with the issue of using it with VITE (yet another js bundler) which is using next version of rollup behind the scene.
The problem is that importing your ESM module from 3rd party modules (CJS) causes issues because of the wrong interoperability (export default doesn't work correctly in this case).

I propose to improve your lib by using conditional export, please have a look!

(I checked now it works with Vite and rollup)

Ref: https://nodejs.org/api/packages.html#packages_conditional_exports

Cheers,
Maxim Kotelnikov

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

Successfully merging this pull request may close these issues.

None yet

1 participant