I have one **config.json** in the **app** directory, and also a **List.js**. In **List.js**, it tries to load **config.json** using `require` (which is common in node.js). But it failed. 