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

fix: Use correct format when resolving exports from relative paths #145

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

timfish
Copy link
Contributor

@timfish timfish commented Jul 15, 2024

Closes #144

So I fixed the transition from ESM to CJS when loading sub-modules for export evaluation via a bare specifier in #140... but unsurprisingly this is also required when resolving realtive paths too.

As @jsumners-nr once said:

we seem to be playing whack-a-mole with the ludicrous number of permutations

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.

Unable to import from Vue
3 participants