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: Support Deno #154

Merged
merged 1 commit into from
Jan 19, 2025
Merged

fix: Support Deno #154

merged 1 commit into from
Jan 19, 2025

Conversation

marvinhagemeister
Copy link
Member

@marvinhagemeister marvinhagemeister commented Jan 19, 2025

The way dependencies work in Deno is that they must be reachable through the module graph. But because the way we loaded the babel plugins is not analysable, the dependencies weren't found.

This PR switches the old school dynamic string-based loading to standard ESM imports.

Fixes denoland/deno#27432

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@JoviDeCroock JoviDeCroock merged commit 0a44feb into main Jan 19, 2025
1 check passed
@marvinhagemeister marvinhagemeister deleted the deno branch January 19, 2025 20:25
@marvinhagemeister marvinhagemeister mentioned this pull request Jan 19, 2025
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.

Error running preact project with create-vite
3 participants