Custom template and hot reload #3819
ArthurGoupil
started this conversation in
General
Replies: 1 comment 2 replies
-
The hot reload script is not injected into the HTML template, but into the entry script. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm trying to setup a SSR server where the html template is computed programmatically, and used in the dev server after.
The issue with not using the
html.template
field of rsbuild config is that the hot reload script is not injected into my template head.Is there a way to do it manually?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions