LogViewer/code/webpack.mix.js
splin94@yandex.ru 3a4a328d80 -
2023-11-09 20:51:08 +00:00

16 lines
550 B
JavaScript
Executable File
Vendored

let mix = require('laravel-mix');
/*
|--------------------------------------------------------------------------
| 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.
|
*/
mix.js('resources/assets/js/app.js', 'public/js')
.sass('resources/assets/sass/app.scss', 'public/css');