What I have now with "classic" react/vite app:
same thing I'm trying to achieve with remix (spa mode) (2nd attachment)
what I'm looking is
no/minimal markup
to fetch js, css files hosted on different domain (don't ask)
current remix html that makes app working is like
index.html has:
~100 lines or links modulepreload
some imports
and some (hashed names) js
that I'll need to update every time (maifest,chunk) the rest are as configured in therollup config (only names)
maybe someone already faced similar situation?