Ben McCann
Ben McCann
Thank you! Sorry for the delay in merging this. I'll do a release after I get through a bit more of the PR queue
Would someone be able to try the caching plugin and let me know if it works this use case? https://github.com/vitejs/vite/pull/10671 (see the "Try it" heading for instructions on setting it...
Thanks for the update @ArnaudBarre. I know we decided not to merge anything in Vite core to deal with caching at the moment, but wasn't sure what thoughts were around...
See https://github.com/vitejs/vite/pull/14333, which implements a plugin hook for caching. Since we not only generate code for the file returned by `load`, but also generate additional files in `load`, we'd probably...
I was hoping to get caching support in Vite first, but I don't think that's going to happen soon enough, so I plan to get this PR in. I won't...
@pzerelles heads up that this PR needs a rebase
This one has a merge conflict I think from merging your other PR. Can you update it? Thanks!
It looks to me like if a user changes the way in which they want an image to be transformed that those changes won't get picked up because we prefer...
Yes, it will be released before too long. It will be available when https://github.com/JonasKruckenberg/imagetools/pull/707 is merged. You can subscribe to that PR for updates
You'll need to wait for https://github.com/sveltejs/kit/pull/12055 for `@sveltejs/enhanced-img`. You shouldn't need to setup image tools.in your Vite config with `@sveltejs/enhanced-img`