pluvial / svelte-adapter-deno

A SvelteKit adapter for Deno
https://svelte-adapter-deno.deno.dev/
MIT License
313 stars 14 forks source link

feat: add rollup hook #42

Open TroyKomodo opened 1 year ago

TroyKomodo commented 1 year ago

This allows users to change the rollup config. For example they can add extra rollup plugins or change the existing behaviour of the default plugins.

closes #41