sveltejs / vite-plugin-svelte

Svelte plugin for http://vitejs.dev/
MIT License
864 stars 105 forks source link

improve debug logs #617

Closed dominikg closed 1 year ago

dominikg commented 1 year ago

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

Alternatives considered

keep as is

Importance

nice to have

dominikg commented 1 year ago

technically a breaking change if someone has used DEBUG="vite:vite-plugin-svelte" before, so put it in 3.0