module.exports = { input: 'index.js', output: { dir: 'dist', fileName: 'worker.js', format: 'iife' }, minify: false, target: 'browser' }