'The following Vite config options will be overridden by SvelteKit' message is hidden #5540
Labels
bug
Something isn't working
help wanted
PRs welcomed. The implementation details are unlikely to cause debate
low hanging fruit
p1-important
SvelteKit cannot be used by a large number of people, basic functionality is missing, etc.
Milestone
Describe the bug
If you set a value in
vite.config.js
that SvelteKit needs to control, likebase
, a message is printed:I had to add
clearScreen: false
to the Vite config to take that screenshot, because normally the message is immediately hidden by Vite's welcome message. Not sure if there's a way to either preserve the message or print it immediately after the welcome message?Reproduction
https://stackblitz.com/edit/sveltejs-kit-template-default-pmx9s3?file=vite.config.js&terminal=dev
Logs
No response
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: