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
I'm having a problem with the way the plugin adds the scripts to the head file of the index.html file. So, i'm using a Vue 3 typescript project with Vite, and when i try to add a script on top of my index.html file it does not add it as first, since this package always adds the scripts as first, therefore pushing my script below them.
Any solution to this?
The text was updated successfully, but these errors were encountered:
Hi.
I'm having a problem with the way the plugin adds the scripts to the head file of the index.html file. So, i'm using a Vue 3 typescript project with Vite, and when i try to add a script on top of my index.html file it does not add it as first, since this package always adds the scripts as first, therefore pushing my script below them.
Any solution to this?
The text was updated successfully, but these errors were encountered: