S
S
shasoft2021-05-25 23:13:03
webpack
shasoft, 2021-05-25 23:13:03

Where to find webpack logs?

I run the generate command in quasar and I get an error

Conflict: Multiple assets emit different content to the same filename js/.gz
App • COMPILATION FAILED • Please check the log above for details.

But I just can not understand where to look for these "log above for details".

Maybe someone will tell?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Boris Syomov, 2021-05-25
@kotomyava

Usually, it's just what's higher in the output, i.e. most likely you just need to scroll above and find a specific error message.
In general, where the webpack log goes is determined by the configuration (webpack.config.js), by default it’s just to the console, and even some kind of plugins need to be installed in order to write it to a file. There you can also configure how detailed the log is.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question