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