diff --git a/src-tauri/yaak-templates/Cargo.toml b/src-tauri/yaak-templates/Cargo.toml index 2357fb42..be9061aa 100644 --- a/src-tauri/yaak-templates/Cargo.toml +++ b/src-tauri/yaak-templates/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" edition = "2024" publish = false +[package.metadata.wasm-pack.profile.release] +wasm-opt = false # Causes errors in CI (haven't figured out why yet) + [lib] crate-type = ["cdylib", "rlib"]