Merge pull request #1073 from FrankenApps/patch-1

Update docs for how to pass extra options to cargo.
master
Jesper Håkansson 3 years ago committed by GitHub
commit cf757fc60a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/src/commands/build.md

@ -133,7 +133,7 @@ at the very end of your command, just as you would for `cargo build`. For
example, to build the previous example using cargo's offline feature:
```
wasm-pack build examples/js-hello-world --mode no-install --offline
wasm-pack build examples/js-hello-world --mode no-install -- --offline
```
<hr style="font-size: 1.5em; margin-top: 2.5em"/>

Loading…
Cancel
Save