npm run package
stucks when there's a component with <style lang="sass">
#13159
Labels
pkg:svelte-package
Issues related to svelte-package
Describe the bug
I try to
npm run package
, and it stucks if there are components in/src/lib
that contains<style lang="sass">
:If I remove all the components with sass style tag, it gets built. For example, if we leave just Box.svelte and Text.svelte which don't have sass styles inside.
If there is a <style> tag (without lang attribute), it gets built.
The
package.json
content:Reproduction
https://github.com/anafro/ui
Logs
System Info
Severity
blocking all usage of SvelteKit
Additional Information
(none)
The text was updated successfully, but these errors were encountered: