export default {
	input: 'main.js',
	output: {
		file :'bundle.js',
		format: 'iife',
		sourcemap: true,
		compact: true
	}
};