-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
What problem does this feature solve?
Rslib is an amazing tool but it lacks support for building libraries for svelte, currently we need to have a sveltekit project for building libraries, can't really split it into modules, making it messy
What does the proposed API look like?
A svelte preprocess plugin can be provided, like which preprocesses the .svelte files and emits uncompiled svelte files which is necessary for svelte libraries + a dts plugin for svelte files
Code can be taken from: https://github.com/sveltejs/kit/tree/main/packages/package
Metadata
Metadata
Assignees
Labels
No labels