We have a coldbox vite plugin that you could use o...
# javascript
e
We have a coldbox vite plugin that you could use or reference: https://github.com/ColdBox/coldbox-vite-plugin
👀 1
b
Thanks for calling this out. I'll look at this, but I'm dealing with a legacy app that does not use Coldbox. It has no tooling, no package.json, and is just .cfm files with script tags stacked on top of each other, so I'm trying to figure out how to add a tool like vite (or parcel) to help with package management and get a more modern development setup in place. What I wouldn't give for an example of adding Vite to an existing multi page app..
Thanks for that suggestion again. Just to put a bow on this, I did wind up creating a project that simulates a multi page legacy app and have been experimenting with how to add tooling to it here. In case it helps anyone else in the future, I've had some success so far.. 🤞