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 search in the files and find the way to get it working, the question is that for a sapper proyect you cant use the precompiled files, you have to be able to compile the components yourself.
You can provide a preprocessed (but not precompiled) svelte file for each component to solve this.
Hi ! Im glad to see this proyect i'll be glad to collaborate
Here's my problem
Im trying to use the Switch component with sapper and rollup and i get this error
I have configured postcss with svelte preprocess.
There's an @import "import.css" that points to nowhere, i imagine that i have to put some paths to tell postcss where to look for it
Thanks!
The text was updated successfully, but these errors were encountered: