From 89f886e32cb345b101d49dec4341606db4132d82 Mon Sep 17 00:00:00 2001 From: ale Date: Tue, 8 Jul 2025 20:23:23 -0300 Subject: [PATCH] Eliminado archivo ya no usado --- webpack.mix.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 webpack.mix.js diff --git a/webpack.mix.js b/webpack.mix.js deleted file mode 100644 index 2a96585..0000000 --- a/webpack.mix.js +++ /dev/null @@ -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();