Problems with babel loader in react-create-app

后端 未结 11 1181
孤城傲影
孤城傲影 2021-02-18 16:50

The Problem

create-react-app initializes a repository where babel-loader is installed as an older version than needed.

LOG:

There          


        
11条回答
  •  再見小時候
    2021-02-18 17:37

    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

提交回复
热议问题