We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've been working with dx serve fine without specifying a command-line target (I suppose because it's already specified in Dioxus.toml).
dx serve
Dioxus.toml
With dx bundle it's not the same and I have to run it like this:
dx bundle
dx bundle --platform web --release --target wasm32-unknown-unknown
If I don't, I get a platform error:
10 | ... compile_error!("The geolocation module is not supported on this platform....
See my issue over at sdk: DioxusLabs/sdk#51 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've been working with
dx serve
fine without specifying a command-line target (I suppose because it's already specified inDioxus.toml
).With
dx bundle
it's not the same and I have to run it like this:If I don't, I get a platform error:
See my issue over at sdk: DioxusLabs/sdk#51 (comment)
The text was updated successfully, but these errors were encountered: