module.exports = { configureWebpack: { devServer: { headers: { 'Access-Control-Allow-Origin': '*' } } }, }