WEBAPP NEW UI FIRST COMMIT
This commit is contained in:
18
webpack.mix.js
Executable file
18
webpack.mix.js
Executable file
@@ -0,0 +1,18 @@
|
||||
const { 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.setPublicPath('workflow/public_html/webapp/')
|
||||
.setResourceRoot('/webapp/')
|
||||
.js('resources/assets/js/home/main.js', 'js/home')
|
||||
.sass('resources/assets/sass/app.scss', 'css/app.css')
|
||||
.version();
|
||||
Reference in New Issue
Block a user