Skip to content

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
@jkelleyrtp jkelleyrtp merged commit bcc1dc0 into DioxusLabs:main Apr 15, 2025
16 of 17 checks passed
AnteDeliria pushed a commit to AnteDeliria/dioxus that referenced this pull request Jun 2, 2025
AnteDeliria pushed a commit to AnteDeliria/dioxus that referenced this pull request Jul 23, 2025
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

Development

Successfully merging this pull request may close these issues.

Build panic with inline_js in wasm_bindgen macro If javascript minify fails, it claims to fallback, but it doesn't...

3 participants