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
Hello, is there any docs about how can I use modules like sveltestrap/smelte/etc inside bud app?
All I do is
<script>
import Button from '@smui/button';
</script>
<Button>Click me</Button>
and getting errors view: open error error=budhttp: open returned unexpected 500. budfs: open "bud/node_modules/@smui/button". ✘ [ERROR] No loader is configured for ".svelte" files: node_modules/@smui/button/dist/Button.svelte
What additional configuration should I apply to make this?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello, is there any docs about how can I use modules like sveltestrap/smelte/etc inside bud app?
All I do is
and getting errors
view: open error error=budhttp: open returned unexpected 500. budfs: open "bud/node_modules/@smui/button". ✘ [ERROR] No loader is configured for ".svelte" files: node_modules/@smui/button/dist/Button.svelte
What additional configuration should I apply to make this?
Thank you!
The text was updated successfully, but these errors were encountered: