create-react-app initializes a repository where babel-loader is installed as an older version than needed.
create-react-app
LOG:
There
I was having this issue and just added in
"babel-loader": "8.0.4",
to my package.json in the dependencies and it seemed to fix the issue