We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
target
1 parent a1abb7f commit 360ac22Copy full SHA for 360ac22
README.md
@@ -69,7 +69,7 @@ The following options can be added to the Webpack loader query:
69
| ---- | ----------- | -------- | ------- |
70
| `release` | Whether or not to pass the `--release` flag to cargo | false | false |
71
| `path` | Path to your webpack output folder relative to project root | true | '' |
72
-| `target` | Allows one to specify `wasm32-unknown-emscripten` as build target | false | 'wasm32-unknown-unknown' |
+| `rustTarget` | Allows one to specify `wasm32-unknown-emscripten` as build target | false | 'wasm32-unknown-unknown' |
73
74
### Example
75
0 commit comments