We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e85212 commit b538682Copy full SHA for b538682
packages/json-encoder-web/Cargo.toml
@@ -16,3 +16,6 @@ hex = "0.4"
16
json-oracle-encoder = { path = "../../crates/json-oracle-encoder" }
17
serde_json = "1"
18
wasm-bindgen = "0.2.88"
19
+
20
+[profile.release]
21
+strip = true
0 commit comments