What’s the best way to work on core js files?

I needed to work on the core select.js file to try to find and fix a small bug I found. To make debugging easier I wanted to work on select.js in one of my projects BUT since filament’s js is compiled, I had a hard time figuring out the correct way to work on it. I ended up making the change on my fork of filament, npm run build, and then COPIED the app.js file from Filament into my project to test the change! Over and over again 🤦‍♂️ Barbaric!! It worked, but there has to be a better way. What is it?
Was this page helpful?