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 javascript asset bundling errors and fallback #3935

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

Conversation

ealmloff
Copy link
Member

@ealmloff ealmloff commented Mar 31, 2025

Swc's errors panic if you try to drop them which means our error reporting for JS bundling fails. We were also not properly handling the fallback of copying the asset directly if JS bundling fails. This PR fixes both issues

Fixes #3909
Fixes #3917

@ealmloff ealmloff added bug Something isn't working cli Related to the dioxus-cli program labels Mar 31, 2025
@ealmloff ealmloff requested a review from a team as a code owner March 31, 2025 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Related to the dioxus-cli program
Projects
None yet
2 participants