module.exports = { mode: 'universal', /* ** a few other things like head, css, modules... */ build: { babel: { presets: ['what-you-need'] } } }