A
A
Alexander Ivanov2018-03-16 12:59:33
webpack
Alexander Ivanov, 2018-03-16 12:59:33

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

1 answer(s)
N
Nikita Gennadich, 2019-08-09
@cimonlebedev

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 question

Ask a Question

731 491 924 answers to any question