You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use preprocessors in my components, the problem is that others consuming my components must set their build to handle the preprocessors, which complicates things.
Is there a way to get a preprocessed svelte file instead of a js bundle?
The text was updated successfully, but these errors were encountered:
Essentially a duplicate of sveltejs/component-template#8 - I don't think this is something that this plugin should be responsible for, but it is something we should have some way of handling.
I want to use preprocessors in my components, the problem is that others consuming my components must set their build to handle the preprocessors, which complicates things.
Is there a way to get a preprocessed
svelte
file instead of a js bundle?The text was updated successfully, but these errors were encountered: