update webpack

This commit is contained in:
Daeng Deni Mardaeni 2023-06-08 13:01:15 +07:00
parent 445e070738
commit f1d27b1de7
3 changed files with 10 additions and 18258 deletions

View File

@ -22,7 +22,7 @@
"laravel/tinker": "^2.7",
"laravelcollective/html": "^6.4",
"nwidart/laravel-modules": "^10.0",
"putrakuningan/logs-module": "^1.0",
"putrakuningan/logs-module": "dev-master",
"putrakuningan/usermanager-module": "dev-master",
"simplesoftwareio/simple-qrcode": "^4.2",
"spatie/laravel-activitylog": "^4.7",
@ -110,6 +110,11 @@
"name": "putrakuningan/buyer-module",
"type": "vcs",
"url": "https://git.putrakuningan.com/putrakuningan/Buyer"
},
{
"name": "putrakuningan/master-module",
"type": "vcs",
"url": "https://git.putrakuningan.com/putrakuningan/Master"
}
]
}

18257
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -139,6 +139,10 @@ mix.webpackConfig({
mix.copy(file, `public/assets/plugins/custom/jstree/${path.basename(file)}`);
});
(glob.sync('node_modules/jquery-chained/*.+(js)') || []).forEach(file => {
mix.copy(file, `public/assets/plugins/custom/jquery-chained/${path.basename(file)}`);
});
// Widgets
mix.scripts((glob.sync(`${dir}/js/widgets/**/*.js`) || []), `public/assets/js/widgets.bundle.js`);