Hi,
The ts-loader writes info string to stdout:
ts-loader: Using [email protected] and /[skipped]/src/tsconfig.json
When building JSON module statistics it goes to the json file and has to be removed manually.
webpack --progress -j > m.json
Of course it is a minor nuisance but it would be nice if it will be written to stderr instead of stdout.
Thanks
Hi,
The ts-loader writes info string to stdout:
When building JSON module statistics it goes to the json file and has to be removed manually.
Of course it is a minor nuisance but it would be nice if it will be written to stderr instead of stdout.
Thanks