2019-01-04 16:37:24 +01:00
|
|
|
let mix = require('laravel-mix');
|
2019-01-06 13:37:25 +01:00
|
|
|
|
2019-01-06 16:23:37 +01:00
|
|
|
/*
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Mix Asset Management
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
| Mix provides a clean, fluent API for defining some Webpack build steps
|
|
|
|
|
| for your Laravel application. By default, we are compiling the Sass
|
|
|
|
|
| file for the application as well as bundling up all the JS files.
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
2019-05-04 20:58:11 +02:00
|
|
|
mix.js('resources/assets/js/app.js', 'public/v1/js');
|