I am currently using inlineSvg from @svelte-put/inline-svg/vite and it is working great (thanks for the awesome library btw!), but after upgrading to Vite 7 I have now started receiving the following warning:
11:06:24 AM [vite-plugin-svelte] The following plugins use the deprecated 'plugin.api.sveltePreprocess' field: vite-plugin-svelte-preprocess-inline-svg
Please contact their maintainers and ask them to use a vite plugin transform instead.
See https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/advanced-usage.md#transform-svelte-files-with-vite-plugins for more information.
I am currently using
inlineSvgfrom@svelte-put/inline-svg/viteand it is working great (thanks for the awesome library btw!), but after upgrading to Vite 7 I have now started receiving the following warning: