Answer the question
In order to leave comments, you need to log in
Where can I see webpack logs?
webpack builds the project, periodically there are some problems and it throws the file to no one knows where.
A similar problem appears in large projects when there are more than 10 of these webpack files and they are not written by you, as an example.
So. Where can I see webpack logs?
Answer the question
In order to leave comments, you need to log in
As far as I understand, by default it only outputs logs to the console.
I found this solution:
https://www.npmjs.com/package/webpack-build-log-plugin
Also, if the webpack was launched via npm run, you can try looking at the NPM logs in the project folder:
.npm/_logs
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question