One Hat Cyber Team
Your IP :
18.223.203.125
Server IP :
192.145.235.60
Server :
Linux ngx365.inmotionhosting.com 5.14.0-427.33.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 30 09:45:56 EDT 2024 x86_64
Server Software :
Apache
PHP Version :
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
centos12
/
public_html
/
centosuit
/
View File Name :
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')