module.exports = { entry: './src/js/index.js', output: { filename: 'index.bundle.js', }, };