This repository was archived by the owner on Jul 10, 2021. It is now read-only.
Imports in <style> section #86
Unanswered
PlkMarudny
asked this question in
Q&A
Replies: 1 comment
|
Hi, current svite 0.8.1 still uses vite1 and resolving relative assets in the style declaration of svelte components may not be supported. Unfortunately vite1 is deprecated and svite is not ported to vite2 yet. So for the time being what works in svite 0.8.1 works, broken things will only be worked on after porting has been done. Which should fix most/all outstanding issues because vite2 is a lot more awesome than vite1 already was. hth |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have troubles importing assets in the <style> section, for example:
What I see in the debug log:
And later:
While the browser requests:
How to deal with such a situation?
All reactions