Every time I run wasm-pack build it prints extra info about if i should add keys to my Cargo.toml file (eg: license and repository), or if I do put a license entry it'll tell me that I don't have a matching LICENSE file in the repository.
I would like a command line flag that just turns all that off. I don't want wasm-pack's opinions on any of that. Things are in development, I'll get to that later. Just do the build that I asked for please.
Every time I run
wasm-pack buildit prints extra info about if i should add keys to my Cargo.toml file (eg:licenseandrepository), or if I do put alicenseentry it'll tell me that I don't have a matchingLICENSEfile in the repository.I would like a command line flag that just turns all that off. I don't want wasm-pack's opinions on any of that. Things are in development, I'll get to that later. Just do the build that I asked for please.