--out flag that allows configuration of ./pkg
dir
#235
Labels
feature request
help wanted
Extra attention is needed
PR attached
there's a PR open for this issue
to-do
stuff that needs to happen, so plz do it k thx
Milestone
This is a feature request; I would like to configure the output directory (currently hardcoded to
./pkg
).When Webpack invokes
wasm-pack
in the root of the project it will create the./pkg
directory. Unlike the normalwasm-pack
's use case we won't publish it and don't.gitignore
it.I would like to avoid generating the intermediate files in the user's repository but rather in a temporary fs, where Webpack will be able to bundle it anyway.
The text was updated successfully, but these errors were encountered: