As a developer using the cli I want to be able to see the full verbose logs when running a command (for example build) in order to figure out what's going wrong
[X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Additional context:
When running vite build using a custom plugin it was hard to figure out what was really wrong with the code when the cli did not report the whole error stack trace, which would be helpful 😄
Description
As a developer using the cli I want to be able to see the full verbose logs when running a command (for example build) in order to figure out what's going wrong
Suggested solution
Add an option in the cli for verbose logging
Alternative
No response
Additional context
No response
Validations
Additional context: When running vite build using a custom plugin it was hard to figure out what was really wrong with the code when the cli did not report the whole error stack trace, which would be helpful 😄