Front-End/React

yarn eject시 에러(작성중)

ducks228 2019. 2. 6. 14:42

code splitting

yarn eject시 에러 발생



git관련 에러가 발생하였다.


출처: https://github.com/facebook/create-react-app/issues/2797

해결책을 찾아보니

git add .

git commit -am "Save before ejecting"


이렇게 하면 해결이 된다.