Filippo Bertilotti
2024-07-22 0991a9fb42afabd45d2b7504b84d6484b241c35d
commit | author | age
9f6455 1 const mix = require('laravel-mix');
DC 2
3 /*
4  |--------------------------------------------------------------------------
5  | Mix Asset Management
6  |--------------------------------------------------------------------------
7  |
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.
11  |
12  */
13
14 mix.js('resources/js/app.js', 'public/js')
15     .postCss('resources/css/app.css', 'public/css', [
16         //
17     ]);