Skip to content

Commit

Permalink
feat: use --target no-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed May 21, 2023
1 parent 7e74085 commit 52424ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mince"
version = "0.0.2"
version = "0.0.3"
authors = ["Esteban Borai <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ clean:
rm -rf ./pkg

build: clean
wasm-pack build --release --scope whizzes
wasm-pack build --release --scope whizzes --target no-modules

dev: clean
wasm-pack build --target web --dev
Expand Down

0 comments on commit 52424ed

Please sign in to comment.