File Manager

Current Path : /webspace/www.beetasty.be/html/wp-content/plugins/imagify/_dev/
Upload File :
Current File : //webspace/www.beetasty.be/html/wp-content/plugins/imagify/_dev/bud.config.js

/**
 * @typedef {import('@roots/bud').Bud} Bud
 *
 * @param {Bud} bud
 */
module.exports = async bud => {
	bud.externals({
		jQuery: 'window.jquery',
		wp: 'window.wp',
	})
	bud.runtime('single')

	await bud
		.setPath('@dist', '../assets/admin')
		.entry({
			chart: 'chart.js',
			bulk: 'bulk.js',
		})
		//.when( bud.isProduction, () => bud.splitChunks().minimize() )
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com