laravel / vite-plugin

Laravel plugin for Vite.
MIT License
790 stars 148 forks source link

[0.8.x] allow disabling default prompt #260

Closed innocenzi closed 9 months ago

innocenzi commented 10 months ago

This pull request allows disabling the default prompt that tells the Laravel version, plugin version and APP_URL.

My situation is that I am using a wrapper around this plugin that displays its own information, but normal users could want to disable it too.

Happy to rename the option if needed :)

timacdonald commented 9 months ago

@innocenzi I'm personally not super keen to add more config.

Can you use Vite's Custom logger to achieve this?

innocenzi commented 9 months ago

Hey @timacdonald, thanks for at least considering. I'm going to use my own plugin implementation instead of wrapping to ease things up on my side instead. Sorry for bothering 👍

timacdonald commented 9 months ago

No bother at all ✌️