gaearon / react-hot-boilerplate

Minimal live-editing example for React
MIT License
3.91k stars 879 forks source link

Fix bug filename : App -> app #7

Closed TeaBough closed 9 years ago

TeaBough commented 9 years ago

When doing npm start I get : Module not found: Error: Cannot resolve 'file' or 'directory' ./App

Here is a fix.

gaearon commented 9 years ago

Right, thanks. OS X is case insensitive so I didn't notice that.