We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658e3d1 commit 12cfb9dCopy full SHA for 12cfb9d
1 file changed
frontend/Dioxus.toml
@@ -5,7 +5,13 @@ default_platform = "web"
5
[web.app]
6
title = "cAssets dToken Wrapper"
7
base_path = "cAssets_dToken_wrapper"
8
+## keeps CSP happy
9
csp_hash = true
10
+## avoids SWC minifier errors
11
+minify_js = false
12
13
[web.wasm]
-mode = "bundled"
14
+## ensures WASM + JS are together
15
+mode = "bundled"
16
+## forces Dioxus to generate the snippets/ folder for wasm-bindgen helpers
17
+## snippets = true
0 commit comments