Changing .babelrc from :
.babelrc
{ "presets": ["env"] }
to
{ "presets" : ["@babel/preset-env"] }
did the job for me (I'm using Babel 7.26.9) 🤗