HEX
Server: LiteSpeed
System: Linux s1296.sgp1.mysecurecloudhost.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: bishwesh (1878)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/bishwesh/neupanekrishna.com.np/webpack.mix.js
const mix = require('laravel-mix')
const glob = require('glob')

mix.options({
    processCssUrls: false,
    clearConsole: true,
    terser: {
        extractComments: false,
    },
    manifest: false
});

mix.disableSuccessNotifications();

// Run all webpack.mix.js in app
glob.sync('./platform/*/*/webpack.mix.js').forEach(item => require(__dirname + '/' + item));

// Run only for a package, replace [package] by the name of package you want to compile assets
// require('./platform/packages/[package]/webpack.mix.js');

// Run only for a plugin, replace [plugin] by the name of plugin you want to compile assets
// require('./platform/plugins/[plugin]/webpack.mix.js');

// Run only for themes, you shouldn't modify below config, just uncomment if you want to compile only theme's assets
// glob.sync('./platform/themes/*/webpack.mix.js').forEach(item => require(__dirname + '/' + item));

// Run only for a theme, replace [theme] by the name of theme you want to compile assets

// npx mix --mix-config=platform/themes/[theme]/webpack.mix.js