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: dynamic import #213

Merged
merged 1 commit into from
Mar 7, 2024
Merged

fix: dynamic import #213

merged 1 commit into from
Mar 7, 2024

Conversation

YouXam
Copy link
Contributor

@YouXam YouXam commented Jan 28, 2024

Dynamic imports were not functioning correctly because the rewritten import paths lacked the necessary "src/" prefix.

I have updated the path rewriting logic to correctly prepend "src/" to the import paths. This ensures that dynamic imports resolve correctly and function as expected.

fix: #208

Preview

Copy link

vercel bot commented Jan 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
repl ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 28, 2024 4:42pm

@sxzz sxzz changed the title fix: dynamic import failed fix: dynamic import Mar 7, 2024
@sxzz sxzz merged commit bb6f1fe into vuejs:main Mar 7, 2024
2 checks passed
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.

Async component not supported
2 participants