Skip to content

Introduce Option for Disabling HTML Caching

Compare
Choose a tag to compare
@alexmacarthur alexmacarthur released this 30 Sep 03:51
· 8 commits to master since this release

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.