Example template that shows how to use Vite template with SolidJS and SASS.
Useful for developing advanced plugins that makes use of complex elements and a lot of CSS.
Important
Don't forget to change path to your Pengu Loader folder in package.json!
Same as in base Vite template: run npm run build
and it will spit everything in dist/
folder.
Vite's HMR allows us to change SolidJS components without refreshing the page.
You can try it yourself by changing stuff around by chaning Test component's source code.
To use HMR run npm run dev
.