Dan6erbond / sk-auth

Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!
MIT License
577 stars 70 forks source link

[ENHANCEMENT] Distributable Bundle with Rollup and ESBuild #11

Closed Dan6erbond closed 3 years ago

Dan6erbond commented 3 years ago

Overview

Using Rollup to create a distributable bundle with multiple entrypoints for svelte-kit-auth, svelte-kit-auth/client and svelte-kit-auth/providers.

Rollup & Package Config

Library Modifications

Issues