Switched to Vite

I just updated RSStream to build using Vite instead of the old CRA tools. I didn't realize it would be such a small change otherwise I would've switched over earlier! ðŸŽ‰ I've also removed the build folder from the github repo, which was suggested I do for Holster to avoid pr's being merged where the build files don't match the source change. The Holster github workflow runs the build before publishing to npm, for RSStream this means an extra step, but it's worth it to make sure the build matches your files.

RSStream has replaced my previous (also homegrown) reader and I'm not finding I want to add any other features at this stage. That means it's time to move on to another project, the next one involves adding new Holster features that I'm looking forward to adding so stay tuned for updates.
 
Add a comment