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