What's the difference between npm run watch and npm run hot in Laravel?

Viewed 12384

Because these commands are both available in Laravel, I don't quite understand what's the difference between them. But I do notice that npm run hot would not be effected if I changed scss files, which npm run watch will perform correctly.

2 Answers
Related