module.exports = {
	input: 'js/main.js',
	output: {
		file :'js/bundle.js',
		format: 'iife',
		sourcemap: true,
		compact: true
	}
};