Skip to content

Commit b538682

Browse files
authored
fix: json encoder web build (#265)
1 parent 6e85212 commit b538682

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/json-encoder-web/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ hex = "0.4"
1616
json-oracle-encoder = { path = "../../crates/json-oracle-encoder" }
1717
serde_json = "1"
1818
wasm-bindgen = "0.2.88"
19+
20+
[profile.release]
21+
strip = true

0 commit comments

Comments
 (0)