const path = require('path'); module.exports = { entry: './src/hello.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'bundle.js', }, };