vendor:publish files not compiling with npm run dev
I've used php artisan vendor: publish spark-js to publish the spark files to /resources/assets/js/spark and i've edited register-stripe.js but the changes don't work when I run npm run dev.
When you changed it did you run npm run dev again?
They are not automatically included when you publish. Check your browser console for any errors. And app.js should be after the register-stripe.js script, in your webpack.
Nope, in my other VM (which I still have available) I just ran vendor:publish spark-js then I edited the files in resources/assets/js/spark, did npm run dev and everything worked.
I've compared the webpack.mix.js files and they are both the same. I have no idea what's different!