const path = require('path') module.exports = { pages: { index: { entry: 'src/client/main.js', template: 'public/index.html', filename: 'index.html', } } }