Closed bearcanrun closed 4 years ago
Issue: .svx files may contain Svelte components which in turn, may contain CSS. Currently, this plugin only emits JS.
.svx
Proposed Solution: Svelte compiler already emits css as object property, and Snowpack resolve.output needs to be extended with .css
css
resolve.output
.css
Issue:
.svx
files may contain Svelte components which in turn, may contain CSS. Currently, this plugin only emits JS.Proposed Solution: Svelte compiler already emits
css
as object property, and Snowpackresolve.output
needs to be extended with.css