module.exports = { entry: './build/index.js', output: { filename: './build/bundle.js' }, bail: true }