sm.abdullah
sm.abdullah

Reputation: 1802

how Improve Build Error Reporting on ReactJs?

I just created a react app using

npm create-react-app my-app

I like this error reporting in chrome and on CLI. Is there a way so i can configure or setup such error reporting in my existing React application ? because when i setup react app by following a number of tutorials i do not see this nice output. thanks. You can see the images below for instance. enter image description here enter image description here

Upvotes: 0

Views: 98

Answers (2)

sm.abdullah
sm.abdullah

Reputation: 1802

After exploring the repository i found create-react-app using react-error-overlay module. See this link if somebody wants to setup in your existing react application.

Upvotes: 1

seunggabi
seunggabi

Reputation: 1822

I guess... you typo wrong. error previous line <dvs remove this.

enter image description here

enter image description here

Upvotes: 0

Related Questions