facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.76k stars 26.87k forks source link

Parse build output into a rich format we can display properly #3359

Open gaearon opened 7 years ago

gaearon commented 7 years ago

The build overlay still looks less rich than the runtime one:

screen shot 2017-10-30 at 22 07 12

It would be nice to actually parse this (if it matches known Babel and ESLint formats) and display a richer version with:

There would need to be tests verifying we don't regress if message format updates.

gaearon commented 7 years ago

cc @tharakawj

tharakawj commented 6 years ago

This seems to be an interesting idea. For lint errors, we might need to generate a code block with CodeFrame.

But I'm not sure how to test this. Anyway, I'll give it a try next week and we can think about testing later.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs.