Delete webpack.mix.js

This commit is contained in:
Fatih Alp 2024-04-14 01:04:43 +03:00 committed by GitHub
parent 85339d41b0
commit 18193f00d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,15 +0,0 @@
const mix = require('laravel-mix');
/*
|--------------------------------------------------------------------------
| Mix Asset Management
|--------------------------------------------------------------------------
|
| Mix provides a clean, fluent API for defining some Webpack build steps
| for your Laravel applications. By default, we are compiling the CSS
| file for the application as well as bundling up all the JS files.
|
*/
mix.js('resources/assets/js/app.js', 'public/js')
.vue().version();