There are multiple modules with names that only differ in casing.
有多個模塊同名僅大小寫不一樣
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
這可能致使在一些文件系統中產生不是預期的行爲
Use equal casing.
使用惟一的寫法app
猜想是由於你的文件名和引用不一致,舉個例,文件名是App.js,可是你引用的時候是寫的app.jsblog