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 import-star for regexparam #46

Closed
wants to merge 1 commit into from

Conversation

aleclarson
Copy link

@aleclarson aleclarson commented Aug 6, 2021

ESBuild throws an error if you try to import a default export that does not exist.

This prevents Vite SSR users from using this library.

ESBuild throws an error if you try to import a default export that does not exist.
@lukeed
Copy link
Owner

lukeed commented Aug 6, 2021

Navaid uses regexparam@1.x which only has a default export: proof

It's regexparam@2.x that moves to named, non-default exports. Thats why a 2.0 was released.

@aleclarson aleclarson closed this Oct 4, 2021
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

2 participants