flekschas / svelte-simple-modal

A simple, small, and content-agnostic modal for Svelte v3 and v4
https://svelte.dev/repl/b95ce66b0ef34064a34afc5c0249f313
MIT License
422 stars 30 forks source link

docs: remove old rollup & sapper, show ts example #106

Closed LeoDog896 closed 1 year ago

LeoDog896 commented 1 year ago
flekschas commented 1 year ago

Thanks for the PR. I'm totally fine removing the Sapper instructions and adding the note about TypeScript. However, since Vite uses Rollup under the hood for production bundles, I'm hesitant to remove the Rollup instructions because the deduping might still be something one wants to do.

LeoDog896 commented 1 year ago

That makes sense! I've re-added it @flekschas.