I have react app that is completely functional when you run it with npm run and open it in Edge. But as soon as I build & open it in Edge Version 104.0.1293.47 (Official build) (64-bit) I get it opened in Legacy mode (IE mode). It's not even deployed in organization intranet, but to AWS EKS. IE mode warning I have tried to change browserList in packages.json, but to no avail...
"browserslist": {
"production": [
"last 3 chrome version",
"last 3 firefox version",
"last 3 safari version",
"last 3 edge version"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
