dafn / svelte-typescript-rollup

Svelte + Typescript + Rollup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How did you get this to work?

opened this issue · comments

I tried to to this myself and failed. How did you figure out the right way to set up rollup.config.js? Does the order of the plugins matter?

try cloning the repo and run yarn && yarn serve. It should work

Naah, the template works for me. I mean, how did you originally set this up?

A good technique is to set up one plugin at a time and confirming it works before moving to the next one. The official tutorial is very helpful in teaching how to set up rollup