Today I spent hours to figure out what's wrong in my production environment (linux) when my project in my local (windows) is fine. I found this culprit:
import 'something' from '../App/myComponent'
above code is running fine although my App folder is in lower case, during my development I didn't see any error, but in my product, stuffs are breaking.
How to force windows to have strict mode?