Created by: kombucha
Hi I've added sorting to the warning messages by last file modified time. This makes recently edited file pop up at the top of the error list. This affects logs both in the terminal and in the browser console (which seems more intuitive anyway).
I've checked by running npm-start
in the project and modifying templates/index.js
and templates/App.js
alternatively, verifying that the order is coherent (see screenshots).
And then after editing the index.js
file
I've also checked in the browser console of course. I'm working on a mac. If this seems like the proper resolution for this bug, I can check on more platforms (like windows) !
Cheers