From ba6d322da7fcaa3df8f91e0fa6e0268c15bc1782 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Tue, 3 Jan 2023 02:29:48 +0900 Subject: [PATCH] Set wasm-opt = false --- plume-front/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plume-front/Cargo.toml b/plume-front/Cargo.toml index 1acea938..bcde9165 100644 --- a/plume-front/Cargo.toml +++ b/plume-front/Cargo.toml @@ -4,6 +4,9 @@ version = "0.7.2" authors = ["Plume contributors"] edition = "2018" +[package.metadata.wasm-pack.profile.release] +wasm-opt = false + [lib] crate-type = ["cdylib"]