Matt Kane
Matt Kane
I've highlighted this again internally, as I think this is a growing problem. As well as SvelteKit it now affects Gatsby and in some cases Next.js.
I don't think we have a way of handling different versions, do we? Presumably this will cause the reverse problem for older versions of Vite. I guess that's less of...
There is an env var field available, so maybe we can use one to force the old version to use the new port number (or vice versa). Worth a try.
Upstream issue https://github.com/unjs/ipx/issues/53
I've renamed this because it already supports animated output, but there's currently no way of automatically enabling it.
Hi @kamerat Currently on-demand revalidation is not supported. It is on our roadmap, but we cannot share a date for support yet.
@yescine @EddyVinck in progress!
@MelvinPeepers is this a regression? If so, do you have a repro where it does work?
I don't _think_ this is possible, because these are static HTML files. It works with dynamic pages, but it doesn't work with static pages that are served from the CDN....
Hi @matthieuh Could you try upgrading to version 4 of the plugin as see if the problem still occurs? Thanks!