Most of the time we use Gulp in our projects but recently we discovered Laravel Mix which is a Laravel wrapper for Webpack. Like most pre-processors, there is a watch command (npm run watch), designed to watch your assets for changes and compile on the go. We had a strange issue where we were stuck […]