-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Support Rollup logging functions in dev #13624
Comments
Seems that |
Hello! When I use some rollup plugins, only warning log at the plugin for rollup is treated by the vite. I propose the following three modifications.
Thank you! |
+1 |
Description
Rollup added logging functions (
this.info
,this.debug
) in 3.25.0.Currently we added them as a no-op in #13608.
But we should output logs.
Suggested solution
Implement them.
I guess we would call
config.logger.info
forthis.info()
.I don't know what we should do for
this.debug()
.Also I guess we should pass
logLevel
to Rollup.Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: