1 const mix = require('laravel-mix');
4 |--------------------------------------------------------------------------
6 |--------------------------------------------------------------------------
8 | Mix provides a clean, fluent API for defining some Webpack build steps
9 | for your Laravel applications. By default, we are compiling the CSS
10 | file for the application as well as bundling up all the JS files.
14 mix.js('resources/js/app.js', 'public/js')
15 .postCss('resources/css/app.css', 'public/css', [