Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vite cli swallows thrown errors #18010

Open
4 tasks done
woksin opened this issue Sep 3, 2024 · 1 comment
Open
4 tasks done

Vite cli swallows thrown errors #18010

woksin opened this issue Sep 3, 2024 · 1 comment

Comments

@woksin
Copy link

woksin commented Sep 3, 2024

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 😄

@bluwy
Copy link
Member

bluwy commented Sep 3, 2024

Can you share an example or repro of what's being swallowed? Or pinpoint the code in Vite where it swallows errors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants