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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,10 @@ require "lucky_vite"
128
128
129
129
This shard provides three levels of control over the individual Vite tags.
130
130
131
+
**Important**: All `vite_*` tags should be placed at the absolute bottom of your
132
+
<head> element. HMR functionality will remove all tags between the entry point
133
+
tag and the end of head.
134
+
131
135
#### Hands-off
132
136
133
137
The `vite_entry_tags` macro method serves all your Vite needs, but it gives you the least amount of control over the individual tags that are generated:
0 commit comments