module.exports = { webpack: (config) => { config.optimization.minimize = true return config }, }