bappogroup / babel-preset-react-app

2 stars 0 forks source link

Doesn't work with babel ^7 #1

Open boyangwang opened 5 years ago

boyangwang commented 5 years ago

Gives this error:

Module build failed: Error: Plugin/Preset files are not allowed to export objects, only functions. In /Users/wang.boyang/Projects/endowus/silver-admin/node_modules/babel-preset-react-app/index.js
    at Array.map (<anonymous>)
    at Generator.next (<anonymous>)
"@babel/core": "^7.0.0",
"babel-loader": "^8.0.0",
"babel-preset-react-app": "^3.1.2",
williamfeng91 commented 5 years ago

Hi. Sorry we've stopped using this fork. Have you tried the latest babel-preset-react-app in the create-react-app repo?