Closed
Description
💡 Feature description
When wasm-pack
runs cargo build
for example, under the hood, the output of it has no color.
💻 Basic example
In the image down below, this part should have color just like using cargo build
directly on the terminal.
Part without color:
[4/9] Compiling to WASM...
Finished release [optimized] target(s) in 0.04s
I honestly would like to have color because it eases to understand errors on the terminal 🙂
Example of error without color:
Example with color: