I am trying to get snowpack to work with svelte-materialify.
I created an app with create-snowpack-app svelte-snowpack --template @snowpack/app-template-svelte
, followed by yarn install svelte-materialify
.
All the CSS seem to work, a simple MaterialApp
with a demo AppBar
works: CSS, light/dark theme, animations etc. - except that the icons are completely missing. No error in Js console.
On the snoepack site, there are examples for webpack and rollup - these don't seem to be necessary for snowpack - the postcss plugin is already activated, and seems to do the trick here. So, everything fine, except for icons.
Any thoughts?
question from:https://stackoverflow.com/questions/65849920/missing-icons-with-snowpack-svelte-svelte-materialify