Introduce Option for Disabling HTML Caching
By default, this plugin caches the remote HTML on initial fetch and holds onto it for as long as the Vite server runs. The latest version introduces a cacheHtml
option that, when set to false
, will refetch the remote HTML after each page reload or local code change.