Closed james-camilleri closed 3 years ago
As of the most recent versions of SvelteKit, any VIte plugins must be passed to a vite object in the Svelte config, e.g.
vite
kit: { ... vite: { plugins: [svg()] } }
This is not currently reflected on the plugin documentation - you may want to update it.
Thanks for the super-useful plugin 😃
Thanks for the feedback 😊. I'm on vacation, hence the late response, but an update will come soon.
As of the most recent versions of SvelteKit, any VIte plugins must be passed to a
vite
object in the Svelte config, e.g.This is not currently reflected on the plugin documentation - you may want to update it.
Thanks for the super-useful plugin 😃