Closed
Description
If someone wants to publish a component that they've written that needs preprocessors, what they should be publishing is main
/module
pointing at a completely compiled version (like now), but svelte
should point to the preprocesed component(s), not their original source. I'm not sure what the best way to do this is.