Answer the question
In order to leave comments, you need to log in
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.
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question