Part 2: Laravel Mix [Laravel 5.4 New Features]
In Laravel 5.4 we have gotten rid of Gulp and Laravel Elixir and are now using Laravel Mix, which is built on top of Webpack. This gives us great customizability and flexibility.
Documentation for Laravel Mix:
https://laravel.com/docs/5.4/mix
source