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
{{ message }}
This repository was archived by the owner on Nov 18, 2023. It is now read-only.
And when trying to change the color, e.g. change it to text-green-400, or change the icon with fa:home, this changes only applied after reloading the page.
I was also try unplugin-icons, and it's working well with HMR. But I need to use the span tag also.
I use Vite and when trying to change some attributes for the icon, the page must be reloaded to get the changes.
Here is the example:
And when trying to change the color, e.g. change it to text-green-400, or change the icon with fa:home, this changes only applied after reloading the page.
I was also try
unplugin-icons
, and it's working well with HMR. But I need to use thespan
tag also.Here is my vite.config.js plugins options:
Thanks in advance.
The text was updated successfully, but these errors were encountered: