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 using v4 and configured the plugin to run fine for me, with some limitations.
One limitation is that the file created through the plugin is not loaded via my root html file (index.html).
The stylesheet tag is just not added to the <head> object.
I need to add it by hand which i would like to circumvent because that also means i have to specify a fileName via the option to avoid the additional hash in the file name.
I'm using v4 and configured the plugin to run fine for me, with some limitations.
One limitation is that the file created through the plugin is not loaded via my root html file (index.html).
The stylesheet tag is just not added to the
<head>
object.I need to add it by hand which i would like to circumvent because that also means i have to specify a fileName via the option to avoid the additional hash in the file name.
Below is my vite.config.ts
The text was updated successfully, but these errors were encountered: