matyunya / smelte

UI framework with material components built with Svelte and Tailwind CSS
https://smeltejs.com/
MIT License
1.53k stars 114 forks source link

"Then add the Smelte Rollup plugin (after svelte but before css)." Where do I do this? #274

Open wktdev opened 2 years ago

wktdev commented 2 years ago

In the instruction there is the following sentence.

"Then add the Smelte Rollup plugin (after svelte but before css)."

There is no detailed instructions as to what file this is or the directory it is in etc.

I have no idea what this pertains to or where to place the code.

I installed Svelte using the instructions at the following link under the title of "use Degit". https://svelte.dev/blog/the-easiest-way-to-get-started

Where do I add this "Svelte rollup plug in" ?

Thank you.

wktdev commented 2 years ago

I think I see it. it is rollup.config ?

You should mention that in the instructions :) Thank you!