Eliminado archivo ya no usado
This commit is contained in:
parent
92d6bc2035
commit
89f886e32c
1 changed files with 0 additions and 18 deletions
18
webpack.mix.js
vendored
18
webpack.mix.js
vendored
|
@ -1,18 +0,0 @@
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| 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.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
const mix = require('laravel-mix');
|
|
||||||
|
|
||||||
mix.js('resources/js/app.js', 'public/js')
|
|
||||||
.vue()
|
|
||||||
.sass('resources/sass/app.scss', 'public/css')
|
|
||||||
.version();
|
|
Loading…
Add table
Reference in a new issue