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 far as I can tell, vite-plugin-favicon is the primary solution people have to integrating favicon builds into Vite.
I see that an integration of some sort is "on the roadmap" for this Craft plugin, but I don't see any issue or documentation about it, so I am curious if that is still the case, or if it perhaps is implemented and is just lacking documentation.
I see that vite-plugin-favicon has an inject option, though there is no documentation about what happens if this is false. I noticed this pull request, though it doesn't look like it was ever merged?? Either way, I'm guessing you know something about if and how this can be integrated into a Craft setup, and would be happy to be pointed in the right direction, or even have formal support for this feature to the extent it is possible.
I guess I have 3 main questions:
Is there a way to get vite-plugin-favicon to output the images and html on build to someplace where I can then include them manually?
Is there a way to get vite to insert the appropriate html for favicons in development via the craft.vite.script tag
If no for either of the above, do you still expect this to be supported at some point? Does it depend on the vite plugin making updates?
The text was updated successfully, but these errors were encountered:
Once webapp.html is generated, do you just include the file from dist/assets via craft.vite.inline, or is supposed to get included automatically via craft.vite.script? Just want to make sure my setup is working as intended.
As far as I can tell, vite-plugin-favicon is the primary solution people have to integrating favicon builds into Vite.
I see that an integration of some sort is "on the roadmap" for this Craft plugin, but I don't see any issue or documentation about it, so I am curious if that is still the case, or if it perhaps is implemented and is just lacking documentation.
I see that vite-plugin-favicon has an
inject
option, though there is no documentation about what happens if this is false. I noticed this pull request, though it doesn't look like it was ever merged?? Either way, I'm guessing you know something about if and how this can be integrated into a Craft setup, and would be happy to be pointed in the right direction, or even have formal support for this feature to the extent it is possible.I guess I have 3 main questions:
craft.vite.script
tagThe text was updated successfully, but these errors were encountered: