vite-plugin-svelte-staticify-remote-assets

Vite Plugin Svelte Staticify Remote Assets

Vite plugin for SvelteKit that downloads remote assets to static directory and updates src paths.

vite-plugin-svelte-staticify-remote-assets

Vite plugin for SvelteKit that downloads remote assets to static directory and updates src paths.

// before
<img src="remote-src.com/img.jpg" alt=... />
// after
<img src="images/img.jpg" alt=... />

Inspired by https://github.com/antfu/vite-plugin-remote-assets

Top categories

Loading Svelte Themes