wasm-pack-plugin
wasm-pack-plugin copied to clipboard
Use console.error instead of console.log
when using webpack --json, using console.log makes the json unusable. So I changed the logging to log to stderr, which works well in this regard.