Help message for wasm-pack build is not updated #636
Labels
bug
Something isn't working
current release
current todo items
PR attached
there's a PR open for this issue
Milestone
🐛 Bug description
In help message
target
still defaults tobrowser
More details:
wasm-pack build --help
prints this:In the book the default is
bundler
Actually, both are supported, but
--target browser
silently became deprecatedhttps://github.com/rustwasm/wasm-pack/blob/master/src/command/build.rs#L97
🤔 Expected Behavior
wasm-pack build --help
should print thatbundler
is the default target, and maybe include some information about deprecation ofbrowser
target🌍 Your environment
wasm-pack version: 0.8.1
I'd like to submit a pr if this update makes sense
The text was updated successfully, but these errors were encountered: