Skip to main content

All Questions

2 votes
0 answers
368 views

How to change default location of svelte css in rollup.config.js?

I'm using svelte compoenents in some pages of myapp. the directory tree is like: -myapp --controller --static --svelte I have manged to setup svelte to ouput js bundle to myapp/static/js/ by ...
dafreako's user avatar
2 votes
1 answer
661 views

Uncaught TypeError: svmd_es.Button is not a constructor implementing a UI toolkit in svelte

I'm new at Svelte and trying out a Material Design toolkit for my first experimentation. I found https://github.com/hkh12/svmd, which looked nice, and I added it to my Svelte project. According to the ...
Erik Oosterwaal's user avatar
1 vote
3 answers
1k views

Why does Tone JS not play nice in a Svelte component?

I am fairly new to Svelte (I'm using version 2 until 3 is properly released) and I'm building a site that aims to do some audio analysis (FFT). I'm therefore incorporating the venerable ToneJS library ...
Anselan's user avatar
  • 396