module.exports = { configureWebpack: { devServer: { allowedHosts: 'all', }, }, };