Closed dominikg closed 1 year ago
currently debug logging is very verbose, logging most hook invocations and a lot of other things. Leading to information overload.
It also uses vite:vite-plugin-svelte as namespace which puts it under vite instead of next to it.
vite:vite-plugin-svelte
vite-plugin-svelte
keep as is
nice to have
technically a breaking change if someone has used DEBUG="vite:vite-plugin-svelte" before, so put it in 3.0
Describe the problem
currently debug logging is very verbose, logging most hook invocations and a lot of other things. Leading to information overload.
It also uses
vite:vite-plugin-svelte
as namespace which puts it under vite instead of next to it.Describe the proposed solution
vite-plugin-svelte
Alternatives considered
keep as is
Importance
nice to have