-
-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ts-loader message is outputted when webpack is run with '--json' #428
Comments
You can turn it off with silent / log levels I believe |
I have never had any |
You may also want to check out: logInfoToStdOut |
Just ran across this as well. More normal in the UNIX world would be to log this kind of message to stderr. On my system (macOS) that message was on stdout, even without the |
Hm... so the default is for 'info' logs to go to stderr. Not sure why I was having that problem then. I've combed through the ts-loader code and I can't see any obvious reason why that would be. I'll let you know if I find anything definitive, otherwise, sorry for the noise! |
No bother! |
When I run
webpack --json
and redirect its output to a json file, the following string is on the first line of the file, rendering it an invalid json file.ts-loader: Using [email protected] and /path/to/tsconfig.json
The text was updated successfully, but these errors were encountered: