HEX
Server: Apache
System: Linux webgate.marslia.com 5.14.0-611.30.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 06:42:00 EST 2026 x86_64
User: marslia (1040)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,parse_ini_file,show_source
Upload Files
File: /home/marslia/public_html/sy.marslia.com/webpack.mix.js
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/js/bootstrap.js', 'public/js')
.scripts([
    'public/js/bootstrap.js',
    'public/vendor/bootstrap/js/bootstrap.bundle.min.js',
    'public/vendor/moment/moment-with-locales.min.js',
    'public/vendor/moment/moment-timezone-with-data-10-year-range.js',
    'public/vendor/jquery/all.min.js',
    'public/vendor/jquery/datepicker.min.js',
    'public/vendor/jquery/select2.min.js',
    'public/vendor/jquery/plugins.bundle.min.js',
    'public/vendor/jquery/scripts.bundle.min.js',
    'public/vendor/froiden-helper/helper.js',

    'node_modules/dropify/src/js/dropify.js',
    'node_modules/sweetalert2/dist/sweetalert2.all.min.js',
    'node_modules/cropperjs/dist/cropper.js',
    'node_modules/bootstrap-select/js/bootstrap-select.js',
    'node_modules/quill/dist/quill.min.js',
    'node_modules/quill-emoji/dist/quill-emoji.js',
    'node_modules/quill-mention/dist/quill.mention.min.js',
    'node_modules/quill-magic-url/dist/index.js',
    
    'resources/js/main.js',
    'resources/js/custom.js'
], 'public/js/main.js')
.sass('resources/scss/main.scss', 'public/css')
.options({processCssUrls: false})
.sourceMaps(true, 'source-map')