Can't find modules required in React – Facebook api
I was going through the React codebase, and I noticed how React's require doesn't quite behave like in Nodejs. I don't get what's going on here. Looking at line 19 on ReactClass.js for instance, there's a require('emptyObject'), but emptyObject isn't…