You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a dev using this plugin, I would benefit a verbosity parameter that logs messages like the existing
vite:istanbul> Sourcemaps was automatically enabled for code coverage to be accurate.
To hide this message set build.sourcemap to true, 'inline' or 'hidden'.
that would tell me if instrumentation is being done or not and possibly also telling why, as it would allow me to not loose time debugging my configuration.
Totally agree, will add a PR with a verbose option to log messages as well as more messages for a reason of not running the plugin due to the configuration.
This coups also ne usefull during devlopment of features or bug resolutions, as I experienced with my PR, things like getting chunk id's in different colors depending on instrumentation.
Description
As a dev using this plugin, I would benefit a verbosity parameter that logs messages like the existing
that would tell me if instrumentation is being done or not and possibly also telling why, as it would allow me to not loose time debugging my configuration.
Suggested solution
example:
would give
Alternative
No response
Additional context
Duplicate Issue avoidance:
I've searched all issues (closed and open) for words such as "verbose" or "verbosity".
Validations
The text was updated successfully, but these errors were encountered: